From: Dana Jansens Date: Fri, 26 Sep 2003 07:23:56 +0000 (+0000) Subject: dont end moveresizes for interactive actions X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=2de2678e912fdfb56fcee2f323a66bb20bdefab9;p=chaz%2Fopenbox dont end moveresizes for interactive actions --- 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;