aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/tree/container.h
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-05-22 09:44:34 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-05-22 09:44:34 +1000
commit4de137e02161ef8188775d50fe5dc8d9e9bb2216 (patch)
tree7fbc2b11fc371cdec7ed1b5cdbeb2224d429cace /include/sway/tree/container.h
parentImplement clicking stacked title bars (diff)
downloadsway-4de137e02161ef8188775d50fe5dc8d9e9bb2216.tar.gz
sway-4de137e02161ef8188775d50fe5dc8d9e9bb2216.tar.zst
sway-4de137e02161ef8188775d50fe5dc8d9e9bb2216.zip
Replace empty argument with void
Diffstat (limited to 'include/sway/tree/container.h')
-rw-r--r--include/sway/tree/container.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index 64e8634a..493c70e2 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -221,6 +221,6 @@ void container_notify_child_title_changed(struct sway_container *container);
221/** 221/**
222 * Return the height of a regular title bar. 222 * Return the height of a regular title bar.
223 */ 223 */
224size_t container_titlebar_height(); 224size_t container_titlebar_height(void);
225 225
226#endif 226#endif