1
0
Fork 0
mirror of https://github.com/NickHu/sway synced 2025-01-28 07:58:22 +01: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

View file

@ -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