projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a8ede0
)
raise your hand if you liked the onepixel border and i'll add an option for it somewhere
author
Mikael Magnusson
<mikachu@comhem.se>
Sat, 20 Mar 2004 21:35:44 +0000
(21:35 +0000)
committer
Mikael Magnusson
<mikachu@comhem.se>
Sat, 20 Mar 2004 21:35:44 +0000
(21:35 +0000)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index a90dda6a4f5197c12bf26c25a8afc806da9fb906..c44700e76744275af6e11daa588ed17f2c29b3e6 100644
(file)
--- 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))