]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/menu.h
gtk_window_[un]fullscreen only available with GTK >= 2.2
[wxWidgets.git] / include / wx / menu.h
index be2b692a1aaaa9818ef2772bae87b90006095bd2..79dd28ef618af876a3f4d5bef5f4357c8a324404 100644 (file)
@@ -498,6 +498,8 @@ protected:
 #else // !wxUSE_BASE_CLASSES_ONLY
 #if defined(__WXUNIVERSAL__)
     #include "wx/univ/menu.h"
+#elif defined(__PALMOS__)
+    #include "wx/palmos/menu.h"
 #elif defined(__WXMSW__)
     #include "wx/msw/menu.h"
 #elif defined(__WXMOTIF__)