]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.c
prefix and capitalize some more constants/enums in client.h (Function -> ObFunctions...
[chaz/openbox] / openbox / screen.c
index 11d5ae13cb19d9ffaf872edf131a5693989d2609..c9b05a514013aba8eab10346a118224c012e1a5a 100644 (file)
@@ -485,7 +485,7 @@ void screen_show_desktop(gboolean show)
     if (show) {
         /* focus desktop */
         for (it = focus_order[screen_desktop]; it; it = it->next)
-            if (((ObClient*)it->data)->type == Type_Desktop &&
+            if (((ObClient*)it->data)->type == OB_CLIENT_TYPE_DESKTOP &&
                 client_focus(it->data))
                 break;
     } else {
This page took 0.022289 seconds and 4 git commands to generate.