summaryrefslogtreecommitdiff
path: root/openbox/window.c
diff options
context:
space:
mode:
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();