From f6fd01409af07e2668e301d7ed504edacc1d604c Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 9 May 2007 16:07:05 +0000 Subject: [PATCH] moveresize_start already checks if the window can move or resize --- openbox/action.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/openbox/action.c b/openbox/action.c index 0cf233ad..24388dca 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -1689,8 +1689,6 @@ void action_moveresize(union ActionData *data) ObClient *c = data->moveresize.any.c; guint32 corner; - if (!client_normal(c)) return; - if (data->moveresize.keyboard) { corner = (data->moveresize.move ? prop_atoms.net_wm_moveresize_move_keyboard : -- 2.39.2