don't let move/resize occur on non-visible clients

This commit is contained in:
Dana Jansens 2003-09-03 22:02:21 +00:00
parent 72a993671f
commit b2a0df8e89

View file

@ -71,6 +71,9 @@ void moveresize_start(ObClient *c, int x, int y, guint b, guint32 cnr)
g_assert(!moveresize_in_progress);
if (!c->frame->visible)
return;
moveresize_client = c;
start_cx = c->frame->area.x;
start_cy = c->frame->area.y;