]> Dogcows Code - chaz/openbox/commitdiff
remove bogus check for handle width in client_setup_decor_and_functions resulting...
authorMikael Magnusson <mikachu@comhem.se>
Wed, 2 Aug 2006 06:07:12 +0000 (06:07 +0000)
committerMikael Magnusson <mikachu@comhem.se>
Wed, 2 Aug 2006 06:07:12 +0000 (06:07 +0000)
openbox/client.c

index 726997116d97580c9087e393fffa843b13a4ab56..aa7812e63188e8d693c1d0bb01eecc2cd9a77b81 100644 (file)
@@ -1244,7 +1244,7 @@ void client_setup_decor_and_functions(ObClient *self)
     /* start with everything (cept fullscreen) */
     self->decorations =
         (OB_FRAME_DECOR_TITLEBAR |
-         (ob_rr_theme->show_handle ? OB_FRAME_DECOR_HANDLE : 0) |
+         OB_FRAME_DECOR_HANDLE |
          OB_FRAME_DECOR_GRIPS |
          OB_FRAME_DECOR_BORDER |
          OB_FRAME_DECOR_ICON |
This page took 0.024629 seconds and 4 git commands to generate.