]> Dogcows Code - chaz/openbox/blobdiff - openbox/window.h
half way through the changes to new menu code/design. hot shit. static menus work...
[chaz/openbox] / openbox / window.h
index b38bc42ed7881315734fb568384331ea8103604c..dd81342c501aae44321296eefe953a3cda2e6da4 100644 (file)
@@ -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)
This page took 0.022301 seconds and 4 git commands to generate.