]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.c
add a RECONFIGURING state, and enter that when doing reconfiguring
[chaz/openbox] / openbox / screen.c
index 2e48f85c5b3f740e28c9d50dd05c8bb045be1e75..15b3c8d80ccaa69d3e5a4b1707a7680fee49f448 100644 (file)
@@ -492,7 +492,7 @@ void screen_resize(void)
     PROP_SETA32(RootWindow(ob_display, ob_screen),
                 net_desktop_geometry, cardinal, geometry, 2);
 
-    if (ob_state() == OB_STATE_STARTING)
+    if (ob_state() != OB_STATE_RUNNING)
         return;
 
     screen_update_areas();
This page took 0.01985 seconds and 4 git commands to generate.