diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-17 07:00:13 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-17 07:00:13 +0000 |
| commit | c4af950903820221bc8617de81231de32eef4f07 (patch) | |
| tree | 5cf0b4ab96bb6cb50715fb96f24e727f9d7ee4c4 /plugins | |
| parent | de70d9ffc519d1b255246483c28f2a08bf6354bb (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')
| -rw-r--r-- | plugins/mouse/mouseparse.c | 2 |
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 == |
