summaryrefslogtreecommitdiff
path: root/openbox/menuframe.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-10-11 06:47:11 +0000
committerDana Jansens <danakj@orodu.net>2003-10-11 06:47:11 +0000
commitb49b7c415c5b61910e7c2c28831c047f0e479ac5 (patch)
tree8e6a78c817e05886690f577280cf30eeda16f68e /openbox/menuframe.h
parent4b0e4af80aaec5fed9ad0a369cd570fb3dee4cda (diff)
free menuframes when they fail to show themselves
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 f2aa9a00..65f60560 100644
--- a/openbox/menuframe.h
+++ b/openbox/menuframe.h
@@ -103,7 +103,7 @@ void menu_frame_free(ObMenuFrame *self);
void menu_frame_move(ObMenuFrame *self, gint x, gint y);
void menu_frame_move_on_screen(ObMenuFrame *self);
-void menu_frame_show(ObMenuFrame *self, ObMenuFrame *parent);
+gboolean menu_frame_show(ObMenuFrame *self, ObMenuFrame *parent);
void menu_frame_hide(ObMenuFrame *self);
void menu_frame_hide_all();