]> Dogcows Code - chaz/openbox/commitdiff
raise your hand if you liked the onepixel border and i'll add an option for it somewhere
authorMikael Magnusson <mikachu@comhem.se>
Sat, 20 Mar 2004 21:35:44 +0000 (21:35 +0000)
committerMikael Magnusson <mikachu@comhem.se>
Sat, 20 Mar 2004 21:35:44 +0000 (21:35 +0000)
openbox/client.c

index a90dda6a4f5197c12bf26c25a8afc806da9fb906..c44700e76744275af6e11daa588ed17f2c29b3e6 100644 (file)
@@ -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))
This page took 0.026595 seconds and 4 git commands to generate.