diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-09 16:07:05 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-09 16:07:05 +0000 |
| commit | f6fd01409af07e2668e301d7ed504edacc1d604c (patch) | |
| tree | a2f06819824503b9a5c2545b98a77ea21c6b114b /openbox/action.c | |
| parent | 8ae589465fc2d89857a8a9e5782cb297e8dc58aa (diff) | |
moveresize_start already checks if the window can move or resize
Diffstat (limited to 'openbox/action.c')
| -rw-r--r-- | openbox/action.c | 2 |
1 files changed, 0 insertions, 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 : |
