summaryrefslogtreecommitdiff
path: root/openbox/window.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-07-10 19:27:12 +0000
committerDana Jansens <danakj@orodu.net>2003-07-10 19:27:12 +0000
commita95dc346fe7951dd48e41a41fcaafb6d872b0337 (patch)
tree099d79a095d6d7d8b5d2bd9a7f79350439a7266b /openbox/window.c
parent1ffc7fa9ec0ca76f8ffc23bba2c1f2d417732462 (diff)
prefix and capitalize ObMenu ObMenuEntry and ObMenuEntryRenderType
make the ObMenuEntryRenderType a standard enum instead bitflags
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: