]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.c
add misc.h with some standard enumerations with proper prefixing and capitalizations.
[chaz/openbox] / openbox / focus.c
index 12d30d27e8fffe46d1ab02e24ad1b5dd4e64e375..8d5e6c547755654b037779ebedd6cba3c3cc996f 100644 (file)
@@ -111,7 +111,7 @@ void focus_set_client(Client *client)
         push_to_top(client);
 
     /* set the NET_ACTIVE_WINDOW hint, but preserve it on shutdown */
-    if (ob_state != State_Exiting) {
+    if (ob_state != OB_STATE_EXITING) {
         active = client ? client->window : None;
         PROP_SET32(ob_root, net_active_window, window, active);
     }
This page took 0.022268 seconds and 4 git commands to generate.