From b49b7c415c5b61910e7c2c28831c047f0e479ac5 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 11 Oct 2003 06:47:11 +0000 Subject: free menuframes when they fail to show themselves --- openbox/menuframe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/menuframe.h') 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(); -- cgit v1.2.3