From a95dc346fe7951dd48e41a41fcaafb6d872b0337 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 10 Jul 2003 19:27:12 +0000 Subject: prefix and capitalize ObMenu ObMenuEntry and ObMenuEntryRenderType make the ObMenuEntryRenderType a standard enum instead bitflags --- 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 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: -- cgit v1.2.3