disable growtoedge for shaded windows for now

This commit is contained in:
Mikael Magnusson 2004-07-07 01:00:57 +00:00
parent 62e23821b8
commit cd6a851483

View file

@ -1467,6 +1467,10 @@ void action_growtoedge(union ActionData *data)
ObClient *c = data->diraction.any.c;
Rect *a;
//FIXME growtoedge resizes shaded windows to 0 height
if (c->shaded)
return;
a = screen_area(c->desktop);
x = c->frame->area.x;
y = c->frame->area.y;