mirror of
https://github.com/swaywm/sway.git
synced 2025-11-04 13:29:52 -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
|
|
@ -593,7 +593,7 @@ void container_update_representation(struct sway_container *con) {
|
|||
}
|
||||
}
|
||||
|
||||
size_t container_titlebar_height() {
|
||||
size_t container_titlebar_height(void) {
|
||||
return config->font_height + TITLEBAR_V_PADDING * 2;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue