all repos — openbox @ c129c236919694e8daef2250f0485a933478b1dc

openbox fork - make it a bit more like ryudo

set the frame's initial size to something invalid so the extents hint will be
set for sure the first time.
Dana Jansens danakj@orodu.net
commit

c129c236919694e8daef2250f0485a933478b1dc

parent

53430914f0ac7e4e06a484d1fa3b0cf6a79df60b

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

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

@@ -188,6 +188,10 @@ self->iconify_press = self->shade_press = FALSE;

self->max_hover = self->close_hover = self->desk_hover = self->iconify_hover = self->shade_hover = FALSE; + /* make sure the size will be different the first time, so the extent hints + will be set */ + STRUT_SET(self->size, -1, -1, -1, -1); + set_theme_statics(self); return self;