diff options
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/menu.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/openbox/menu.c b/openbox/menu.c index 611a53bc..d2d303cc 100644 --- a/openbox/menu.c +++ b/openbox/menu.c @@ -356,9 +356,6 @@ void menu_control_show(Menu *self, int x, int y, Client *client) { MIN(y, screen_physical_size.height - self->size.height)); if (!self->shown) { - /* XXX gotta add to the stacking list first! - stacking_raise(MENU_AS_WINDOW(self)); - */ XMapWindow(ob_display, self->frame); stacking_raise(MENU_AS_WINDOW(self)); self->shown = TRUE; |
