From: Dana Jansens Date: Sun, 11 May 2003 21:39:25 +0000 (+0000) Subject: rm comment for shit i fixed X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=fed4a9e70b516a404ebf93024a32d849f81a8e7d;p=chaz%2Fopenbox rm comment for shit i fixed --- 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;