From d206303a9f0742ff330aebe8129d6044ade30a94 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 10 Jul 2003 16:29:40 +0000 Subject: prefixing for the dock. use ObDirection instead of dupliacting it in another enum for the dock's placement --- openbox/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/window.c') diff --git a/openbox/window.c b/openbox/window.c index 15cebcd7..781aa5db 100644 --- a/openbox/window.c +++ b/openbox/window.c @@ -23,7 +23,7 @@ Window window_top(ObWindow *self) case Window_Menu: return ((Menu*)self)->frame; case Window_Dock: - return ((Dock*)self)->frame; + return ((ObDock*)self)->frame; case Window_DockApp: /* not to be used for stacking */ g_assert_not_reached(); -- cgit v1.2.3