all repos — openbox @ 77c744f28580eaa4a1f422c5cf8d8b8dda2d295d

openbox fork - make it a bit more like ryudo

raise your hand if you liked the onepixel border and i'll add an option for it somewhere
Mikael Magnusson mikachu@comhem.se
commit

77c744f28580eaa4a1f422c5cf8d8b8dda2d295d

parent

2a8ede00043f4f5b64beffdc604e0f17d57d3eb8

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

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

@@ -1257,7 +1257,7 @@

/* finally, the user can have requested no decorations, which overrides everything (but doesnt give it a border if it doesnt have one) */ if (self->undecorated) - self->decorations &= OB_FRAME_DECOR_BORDER; + self->decorations = 0; //&= OB_FRAME_DECOR_BORDER; /* if we don't have a titlebar, then we cannot shade! */ if (!(self->decorations & OB_FRAME_DECOR_TITLEBAR))