mirror of
https://github.com/swaywm/sway.git
synced 2025-11-10 13:29:51 -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
|
|
@ -120,7 +120,7 @@ static int draw_node(cairo_t *cairo, struct sway_node *node,
|
|||
return height;
|
||||
}
|
||||
|
||||
void update_debug_tree() {
|
||||
void update_debug_tree(void) {
|
||||
if (!debug.render_tree) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue