all repos — openbox @ cd6a851483f9ad78148c9ada58c513d06f23b6aa

openbox fork - make it a bit more like ryudo

disable growtoedge for shaded windows for now
Mikael Magnusson mikachu@comhem.se
commit

cd6a851483f9ad78148c9ada58c513d06f23b6aa

parent

62e23821b8a13b172daa1bf49b474ed8e3b81827

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M openbox/action.copenbox/action.c

@@ -1467,6 +1467,10 @@ gint x, y, width, height, dest;

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;