diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-05-11 23:31:43 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-05-11 23:31:43 +0000 |
| commit | 7c7868f47d42796a236c9a1813bed5fe9f0d4f41 (patch) | |
| tree | 0b9d71986738ed2a4a13071fabe538f2f813c7df /openbox/menu.c | |
| parent | fed4a9e70b516a404ebf93024a32d849f81a8e7d (diff) | |
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.
Diffstat (limited to 'openbox/menu.c')
| -rw-r--r-- | openbox/menu.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |
