]> Dogcows Code - chaz/openbox/commitdiff
rm comment for shit i fixed
authorDana Jansens <danakj@orodu.net>
Sun, 11 May 2003 21:39:25 +0000 (21:39 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 11 May 2003 21:39:25 +0000 (21:39 +0000)
openbox/menu.c

index 611a53bc897d1fddb0aadd0929a96b59122e1d87..d2d303cc0d3639a41d196ab52ba916623dd75da3 100644 (file)
@@ -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;
This page took 0.025161 seconds and 4 git commands to generate.