]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
add disabled buttons, instead of now showing buttons at all when they wont do anythin...
[chaz/openbox] / openbox / openbox.c
index 73b9615c0fb907bed2a2d2dd246f761378cfba93..4c36022cbe55ee32545b9deacd12ecfd4ad99538 100644 (file)
@@ -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();
This page took 0.022248 seconds and 4 git commands to generate.