]> Dogcows Code - chaz/openbox/blobdiff - openbox/stacking.c
add misc.h with some standard enumerations with proper prefixing and capitalizations.
[chaz/openbox] / openbox / stacking.c
index 6316049ab46f30bcf9083449534d474a3a5ba61c..c3d485f5427b96c1a3dab9b40d44cdc446d8dd11 100644 (file)
@@ -18,7 +18,7 @@ void stacking_set_list()
     /* on shutdown, don't update the properties, so that we can read it back
        in on startup and re-stack the windows as they were before we shut down
     */
-    if (ob_state == State_Exiting) return;
+    if (ob_state == OB_STATE_EXITING) return;
 
     /* create an array of the window ids (from bottom to top,
        reverse order!) */
This page took 0.025109 seconds and 4 git commands to generate.