summaryrefslogtreecommitdiff
path: root/openbox/keyboard.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-26 07:23:56 +0000
committerDana Jansens <danakj@orodu.net>2003-09-26 07:23:56 +0000
commit2de2678e912fdfb56fcee2f323a66bb20bdefab9 (patch)
tree863ef2553274389e953a9da11890fe06eab34453 /openbox/keyboard.c
parent365940477b77e6993412dfd7136172a4d4318ac1 (diff)
dont end moveresizes for interactive actions
Diffstat (limited to 'openbox/keyboard.c')
-rw-r--r--openbox/keyboard.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/openbox/keyboard.c b/openbox/keyboard.c
index f0614eff..b1d1d223 100644
--- a/openbox/keyboard.c
+++ b/openbox/keyboard.c
@@ -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;