From c34ef4028e504b8ce862b9c2e47b284ab66717dd Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 28 Aug 2003 02:10:23 +0000 Subject: half way through the changes to new menu code/design. hot shit. static menus work, on to plugins next. --- openbox/window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/window.h') diff --git a/openbox/window.h b/openbox/window.h index b38bc42e..dd81342c 100644 --- a/openbox/window.h +++ b/openbox/window.h @@ -38,7 +38,7 @@ struct _ObDock; struct _ObDockApp; struct _ObClient; -#define WINDOW_AS_MENU(win) ((struct _ObMenu*)win) +#define WINDOW_AS_MENU(win) ((struct _ObMenuFrame*)win) #define WINDOW_AS_DOCK(win) ((struct _ObDock*)win) #define WINDOW_AS_DOCKAPP(win) ((struct _ObDockApp*)win) #define WINDOW_AS_CLIENT(win) ((struct _ObClient*)win) -- cgit v1.2.3