summaryrefslogtreecommitdiff
path: root/openbox/window.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-07-10 16:29:40 +0000
committerDana Jansens <danakj@orodu.net>2003-07-10 16:29:40 +0000
commitd206303a9f0742ff330aebe8129d6044ade30a94 (patch)
tree4e11397a099343e48d979d793eba497e8b3a1f66 /openbox/window.c
parent33a2cdbeb90fa1d5017174abe4fc9c99257ea175 (diff)
prefixing for the dock. use ObDirection instead of dupliacting it in another enum for the dock's placement
Diffstat (limited to 'openbox/window.c')
-rw-r--r--openbox/window.c2
1 files changed, 1 insertions, 1 deletions
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();