mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
Replace empty argument with void
This commit is contained in:
parent
5354988317
commit
4de137e021
1 changed files with 1 additions and 1 deletions
|
|
@ -221,6 +221,6 @@ void container_notify_child_title_changed(struct sway_container *container);
|
|||
/**
|
||||
* Return the height of a regular title bar.
|
||||
*/
|
||||
size_t container_titlebar_height();
|
||||
size_t container_titlebar_height(void);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue