From c4af950903820221bc8617de81231de32eef4f07 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 17 Apr 2003 07:00:13 +0000 Subject: fix up support for moveresize. make keyboard grabs Async so that i can hit escape to cancel a moveresize process. --- plugins/mouse/mouseparse.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/mouse/mouseparse.c') diff --git a/plugins/mouse/mouseparse.c b/plugins/mouse/mouseparse.c index f9f5f2f6..2c94fb19 100644 --- a/plugins/mouse/mouseparse.c +++ b/plugins/mouse/mouseparse.c @@ -69,8 +69,6 @@ void mouseparse(ParseToken *token) action = action_from_string(token->data.identifier); /* check for valid actions for motion events */ - if (action->func == action_moveresize) - g_message("%d", action->data.moveresize.corner); if (event == MouseAction_Motion) { if (action && (action->func != action_moveresize || action->data.moveresize.corner == -- cgit v1.2.3