don't let move/resize occur on non-visible clients
This commit is contained in:
parent
72a993671f
commit
b2a0df8e89
1 changed files with 3 additions and 0 deletions
|
@ -71,6 +71,9 @@ void moveresize_start(ObClient *c, int x, int y, guint b, guint32 cnr)
|
||||||
|
|
||||||
g_assert(!moveresize_in_progress);
|
g_assert(!moveresize_in_progress);
|
||||||
|
|
||||||
|
if (!c->frame->visible)
|
||||||
|
return;
|
||||||
|
|
||||||
moveresize_client = c;
|
moveresize_client = c;
|
||||||
start_cx = c->frame->area.x;
|
start_cx = c->frame->area.x;
|
||||||
start_cy = c->frame->area.y;
|
start_cy = c->frame->area.y;
|
||||||
|
|
Loading…
Reference in a new issue