all repos — openbox @ d2fb93e8af7379431b6293361ca48b50275309f2

openbox fork - make it a bit more like ryudo

remove bogus check for handle width in client_setup_decor_and_functions resulting in handles not being drawn if a theme with handle width = 0 is used when that function is called for a window and a theme with handle with > 0 is then loaded.
Mikael Magnusson mikachu@comhem.se
commit

d2fb93e8af7379431b6293361ca48b50275309f2

parent

9384c87fbc71c372a98061d611dc7e17cf18e359

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/client.copenbox/client.c

@@ -1244,7 +1244,7 @@ {

/* 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 |