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 7269971..aa7812e 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 |