1
1
mirror of https://github.com/swaywm/sway synced 2024-09-30 13:11:29 +02:00

Replace empty argument with void

This commit is contained in:
Ryan Dwyer 2018-05-22 09:44:34 +10:00
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.
*/
size_t container_titlebar_height();
size_t container_titlebar_height(void);
#endif