X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fwindow.h;h=dd81342c501aae44321296eefe953a3cda2e6da4;hb=0185445e3ab64ec4435f9b27164ce1508b840f86;hp=b38bc42ed7881315734fb568384331ea8103604c;hpb=a95dc346fe7951dd48e41a41fcaafb6d872b0337;p=chaz%2Fopenbox 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)