summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2004-03-20 21:35:44 +0000
committerMikael Magnusson <mikachu@comhem.se>2004-03-20 21:35:44 +0000
commit77c744f28580eaa4a1f422c5cf8d8b8dda2d295d (patch)
tree14069fffb61eb43026e0e4850b3d8fe8f0c9b053
parent2a8ede00043f4f5b64beffdc604e0f17d57d3eb8 (diff)
raise your hand if you liked the onepixel border and i'll add an option for it somewhere
-rw-r--r--openbox/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/client.c b/openbox/client.c
index a90dda6a..c44700e7 100644
--- a/openbox/client.c
+++ b/openbox/client.c
@@ -1257,7 +1257,7 @@ void client_setup_decor_and_functions(ObClient *self)
/* 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))