]> Dogcows Code - chaz/openbox/blobdiff - openbox/popup.c
remove the group option for the restacking commands in rc.xml, cuz groups are clever now
[chaz/openbox] / openbox / popup.c
index 6b118792835852b744adfdac991f489b817baade..e7fcbbe552acbf9c93a3e2f29dd3137f9fade101 100644 (file)
@@ -205,7 +205,7 @@ void popup_show(ObPopup *self, gchar *text)
 
     if (!self->mapped) {
         XMapWindow(ob_display, self->bg);
-        stacking_raise(INTERNAL_AS_WINDOW(self), FALSE);
+        stacking_raise(INTERNAL_AS_WINDOW(self));
         self->mapped = TRUE;
     }
 }
This page took 0.020416 seconds and 4 git commands to generate.