mirror of
https://github.com/swaywm/sway.git
synced 2025-11-14 06:59:47 -05:00
Turn funcs() into funcs(void)
If they really do not take undefined number of arguments.
This commit is contained in:
parent
d8200012fb
commit
1e70f7b19e
14 changed files with 19 additions and 19 deletions
|
|
@ -30,7 +30,7 @@
|
|||
// when dragging to the edge of a layout container.
|
||||
#define DROP_LAYOUT_BORDER 30
|
||||
|
||||
static uint32_t get_current_time_msec() {
|
||||
static uint32_t get_current_time_msec(void) {
|
||||
struct timespec now;
|
||||
clock_gettime(CLOCK_MONOTONIC, &now);
|
||||
return now.tv_nsec / 1000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue