summaryrefslogtreecommitdiff
path: root/openbox/menu.h
diff options
context:
space:
mode:
authorScott Moynes <smoynes@nexus.carleton.ca>2003-04-22 01:04:29 +0000
committerScott Moynes <smoynes@nexus.carleton.ca>2003-04-22 01:04:29 +0000
commit6a237b91bcbc2c25f2bf8d368535430ba6a1bf26 (patch)
treebeeff962eb6217820d605173e60f87642a32dd76 /openbox/menu.h
parentc61420b21dcb8d82b88d07348166de9f32209abe (diff)
Render menus only when they are invalid.
Diffstat (limited to 'openbox/menu.h')
-rw-r--r--openbox/menu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/menu.h b/openbox/menu.h
index 32944b79..1c1b31d9 100644
--- a/openbox/menu.h
+++ b/openbox/menu.h
@@ -101,4 +101,6 @@ void menu_entry_render(MenuEntry *self);
void menu_entry_fire(MenuEntry *self);
+void menu_render(Menu *self);
+
#endif