mirror of
https://github.com/swaywm/sway.git
synced 2024-11-23 00:11:28 +00:00
Replace empty argument with void
This commit is contained in:
parent
5354988317
commit
4de137e021
|
@ -221,6 +221,6 @@ void container_notify_child_title_changed(struct sway_container *container);
|
||||||
/**
|
/**
|
||||||
* Return the height of a regular title bar.
|
* Return the height of a regular title bar.
|
||||||
*/
|
*/
|
||||||
size_t container_titlebar_height();
|
size_t container_titlebar_height(void);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue