diff options
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) |
