]> Dogcows Code - chaz/openbox/commitdiff
dont end moveresizes for interactive actions
authorDana Jansens <danakj@orodu.net>
Fri, 26 Sep 2003 07:23:56 +0000 (07:23 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 26 Sep 2003 07:23:56 +0000 (07:23 +0000)
openbox/keyboard.c

index f0614eff9359ac7ffba87de305f0938b1be236b4..b1d1d223a5e3cc1f101961c7676185a0c7cbe625 100644 (file)
@@ -162,9 +162,6 @@ void keyboard_interactive_grab(guint state, ObClient *client,
 
     g_assert(action->data.any.interactive);
 
-    if (moveresize_in_progress)
-        moveresize_end(FALSE);
-
     if (!interactive_states) {
         if (!grab_keyboard(TRUE))
             return;
This page took 0.027603 seconds and 4 git commands to generate.