From ed4f84ac33765eee594ad6771df38768afd842a4 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 11 May 2003 05:15:43 +0000 Subject: can drag slit-apps around in the slit --- plugins/mouse/mouse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/mouse/mouse.c') diff --git a/plugins/mouse/mouse.c b/plugins/mouse/mouse.c index 8df8e2a0..0d0b8fd9 100644 --- a/plugins/mouse/mouse.c +++ b/plugins/mouse/mouse.c @@ -72,7 +72,7 @@ static void grab_for_client(Client *client, gboolean grab) } else continue; if (grab) - grab_button(b->button, b->state, win, mask, mode); + grab_button_full(b->button, b->state, win, mask, mode, None); else ungrab_button(b->button, b->state, win); } -- cgit v1.2.3