summaryrefslogtreecommitdiff
path: root/plugins/mouse/mouseparse.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-17 07:00:13 +0000
committerDana Jansens <danakj@orodu.net>2003-04-17 07:00:13 +0000
commitc4af950903820221bc8617de81231de32eef4f07 (patch)
tree5cf0b4ab96bb6cb50715fb96f24e727f9d7ee4c4 /plugins/mouse/mouseparse.c
parentde70d9ffc519d1b255246483c28f2a08bf6354bb (diff)
fix up support for moveresize. make keyboard grabs Async so that i can hit escape to cancel a moveresize process.
Diffstat (limited to 'plugins/mouse/mouseparse.c')
-rw-r--r--plugins/mouse/mouseparse.c2
1 files changed, 0 insertions, 2 deletions
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 ==