From 122d55fbadea0409fbc902a1740e1c8ff3aecd88 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 10 Jul 2003 17:03:05 +0000 Subject: prefixing and capitalizing the StackLayer -> ObStackingLayer enum. less includes in headers for less rebuilding on changes --- openbox/window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbox/window.c') diff --git a/openbox/window.c b/openbox/window.c index 781aa5db..8ca01b6f 100644 --- a/openbox/window.c +++ b/openbox/window.c @@ -41,7 +41,7 @@ Window window_layer(ObWindow *self) { switch (self->type) { case Window_Menu: - return Layer_Internal; + return OB_STACKING_LAYER_INTERNAL; case Window_Dock: return config_dock_layer; case Window_DockApp: @@ -51,7 +51,7 @@ Window window_layer(ObWindow *self) case Window_Client: return ((ObClient*)self)->layer; case Window_Internal: - return Layer_Internal; + return OB_STACKING_LAYER_INTERNAL; } g_assert_not_reached(); return None; -- cgit v1.2.3