summaryrefslogtreecommitdiff
path: root/openbox/menuframe.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2008-02-15 16:47:10 +0100
committerMikael Magnusson <mikachu@comhem.se>2008-02-15 16:47:10 +0100
commit9e05faf3d6ac1c527032efb7210de8bbfeb2212c (patch)
tree4ab52e2891af75fb0cf0ba125fd69b727c71c56a /openbox/menuframe.h
parent0ffd1ccc4701a9814e6ee570461b1250dd16f1e3 (diff)
() -> (void) also in .h files, and fix a place that gave arguments when it shouldn't have.
Diffstat (limited to 'openbox/menuframe.h')
-rw-r--r--openbox/menuframe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/menuframe.h b/openbox/menuframe.h
index daac34d2..1d5dd0cb 100644
--- a/openbox/menuframe.h
+++ b/openbox/menuframe.h
@@ -117,7 +117,7 @@ gboolean menu_frame_show_topmenu(ObMenuFrame *self, gint x, gint y,
gboolean menu_frame_show_submenu(ObMenuFrame *self, ObMenuFrame *parent,
ObMenuEntryFrame *parent_entry);
-void menu_frame_hide_all();
+void menu_frame_hide_all(void);
void menu_frame_hide_all_client(struct _ObClient *client);
void menu_frame_render(ObMenuFrame *self);