moveresize_start already checks if the window can move or resize
This commit is contained in:
parent
8ae589465f
commit
f6fd01409a
1 changed files with 0 additions and 2 deletions
|
@ -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 :
|
||||
|
|
Loading…
Reference in a new issue