From 2244bc036a9c96704675318dc382ea3abd6f3fdf Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 12 Mar 2007 02:27:58 +0000 Subject: remove the group option for the restacking commands in rc.xml, cuz groups are clever now --- openbox/event.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbox/event.c') diff --git a/openbox/event.c b/openbox/event.c index 6d1fa8dc..791c5c07 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -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); -- cgit v1.2.3