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 8ca01b6f..521d9e2d 100644
--- a/openbox/window.c
+++ b/openbox/window.c
@@ -21,7 +21,7 @@ Window window_top(ObWindow *self)
{
switch (self->type) {
case Window_Menu:
- return ((Menu*)self)->frame;
+ return ((ObMenu*)self)->frame;
case Window_Dock:
return ((ObDock*)self)->frame;
case Window_DockApp: