]> Dogcows Code - chaz/openbox/blobdiff - plugins/mouse/mouseparse.c
add the left/right/top/bottom direction arrows and use them for resizing those ways
[chaz/openbox] / plugins / mouse / mouseparse.c
index f9f5f2f65055ac61cfdff9dfb9bcb7fe9da62b69..2c94fb19cd50c6a83c354a8bc6d62afb1f757ce6 100644 (file)
@@ -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 ==
This page took 0.020124 seconds and 4 git commands to generate.