]> Dogcows Code - chaz/openbox/blobdiff - openbox/window.c
prefix and capitalize some more constants/enums in client.h (Function -> ObFunctions...
[chaz/openbox] / openbox / window.c
index ed139b64e04483030e908e0bff9ee16deeb1377d..15cebcd746e430e3721e2f546af50d2a0aeed86d 100644 (file)
@@ -29,7 +29,7 @@ Window window_top(ObWindow *self)
         g_assert_not_reached();
         break;
     case Window_Client:
-        return ((Client*)self)->frame->window;
+        return ((ObClient*)self)->frame->window;
     case Window_Internal:
         return ((InternalWindow*)self)->win;
     }
@@ -49,7 +49,7 @@ Window window_layer(ObWindow *self)
         g_assert_not_reached();
         break;
     case Window_Client:
-        return ((Client*)self)->layer;
+        return ((ObClient*)self)->layer;
     case Window_Internal:
         return Layer_Internal;
     }
This page took 0.028116 seconds and 4 git commands to generate.