]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
add some comments and asserts to make sure I don't ever add this bug again
[chaz/openbox] / openbox / openbox.c
index d9ce9a5d8933c1c42b7d065c81fb2cdcf43ccc3a..a2f9688d719b0743a727fc78076496e9a7aa2218 100644 (file)
@@ -197,6 +197,9 @@ int main(int argc, char **argv)
        timer_startup();
        event_startup();
         grab_startup();
+        /* focus_backup is used for stacking, so this needs to come before
+           anything that calls stacking_add */
+       focus_startup();
         window_startup();
         plugin_startup();
         /* load the plugins specified in the pluginrc */
@@ -218,7 +221,6 @@ int main(int argc, char **argv)
 
         frame_startup();
         moveresize_startup();
-       focus_startup();
        screen_startup();
         group_startup();
        client_startup();
This page took 0.020151 seconds and 4 git commands to generate.