From fed4a9e70b516a404ebf93024a32d849f81a8e7d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 11 May 2003 21:39:25 +0000 Subject: [PATCH] rm comment for shit i fixed --- openbox/menu.c | 3 --- 1 file changed, 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; -- 2.39.2