From 7c7868f47d42796a236c9a1813bed5fe9f0d4f41 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 11 May 2003 23:31:43 +0000 Subject: add internal popups n shit to the stacking list. some cleanups for the stacking order hint. add non-opaque move/resize. cant toggle it yet. --- openbox/menu.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/menu.c') diff --git a/openbox/menu.c b/openbox/menu.c index d2d303cc..bfac0452 100644 --- a/openbox/menu.c +++ b/openbox/menu.c @@ -201,6 +201,7 @@ Menu *menu_new_full(char *label, char *name, Menu *parent, g_hash_table_insert(menu_hash, g_strdup(name), self); stacking_add(self); + stacking_raise(MENU_AS_WINDOW(self)); return self; } -- cgit v1.2.3