summaryrefslogtreecommitdiff
path: root/openbox/openbox.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-07-10 23:27:02 +0000
committerDana Jansens <danakj@orodu.net>2003-07-10 23:27:02 +0000
commit81af5a8b0caadc0a82ff2304c315f816c9576e93 (patch)
treeccbe40fccf5bd00b6a5cba87c20aec3ad8b6e55a /openbox/openbox.c
parentb0e8e276e451639689ebc9c58c1afe54897bceb2 (diff)
add disabled buttons, instead of now showing buttons at all when they wont do anything, now show a disabled button instead. this severely breaks compatibility with blackbox themes since there is no good way to automiatically create a disabled button that i can think of, so if they dont exist in the theme you get black and white for the button.
when a window cant be resized, its handle is not removed but its grips are. change allowing the user to disable individual decorations as that is overkill, instead allow a toggle through the client.decorate boolean.
Diffstat (limited to 'openbox/openbox.c')
-rw-r--r--openbox/openbox.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbox/openbox.c b/openbox/openbox.c
index 73b9615c..4c36022c 100644
--- a/openbox/openbox.c
+++ b/openbox/openbox.c
@@ -243,7 +243,6 @@ int main(int argc, char **argv)
if (ob_rr_theme == NULL)
exit_with_error("Unable to load a theme.");
- frame_startup();
moveresize_startup();
screen_startup();
group_startup();
@@ -271,7 +270,6 @@ int main(int argc, char **argv)
screen_shutdown();
focus_shutdown();
moveresize_shutdown();
- frame_shutdown();
menu_shutdown();
window_shutdown();
grab_shutdown();