]> Dogcows Code - chaz/openbox/blobdiff - openbox/menu.c
rm comment for shit i fixed
[chaz/openbox] / 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.022915 seconds and 4 git commands to generate.