diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-28 02:10:23 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-28 02:10:23 +0000 |
| commit | c34ef4028e504b8ce862b9c2e47b284ab66717dd (patch) | |
| tree | 5abae73563e8b11972a33e7f76867610f85db308 /openbox/window.h | |
| parent | cadab91e522c6426cc79df4f06e7c05232cb0a64 (diff) | |
half way through the changes to new menu code/design. hot shit. static menus work, on to plugins next.
Diffstat (limited to 'openbox/window.h')
| -rw-r--r-- | openbox/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
