]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.c
remove the group option for the restacking commands in rc.xml, cuz groups are clever now
[chaz/openbox] / openbox / event.c
index 6d1fa8dc39f92c41f12f95da3780408c250b3ba2..791c5c073537157bc7ed390b07266aec4937af15 100644 (file)
@@ -1179,9 +1179,9 @@ static void event_handle_dock(ObDock *s, XEvent *e)
     switch (e->type) {
     case ButtonPress:
         if (e->xbutton.button == 1)
-            stacking_raise(DOCK_AS_WINDOW(s), FALSE);
+            stacking_raise(DOCK_AS_WINDOW(s));
         else if (e->xbutton.button == 2)
-            stacking_lower(DOCK_AS_WINDOW(s), FALSE);
+            stacking_lower(DOCK_AS_WINDOW(s));
         break;
     case EnterNotify:
         dock_hide(FALSE);
This page took 0.020909 seconds and 4 git commands to generate.