]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/platform.h
Ensure that key events are sent to focused window first in wxGTK.
[wxWidgets.git] / include / wx / platform.h
index a669edbecc9085832db5d80f252f5a9185532bdf..c91ac39e998e88fe1f5d4a5cb0896a3c317cf96b 100644 (file)
@@ -30,6 +30,9 @@
 #    ifndef MAC_OS_X_VERSION_10_7
 #       define MAC_OS_X_VERSION_10_7 1070
 #    endif
+#    ifndef MAC_OS_X_VERSION_10_8
+#       define MAC_OS_X_VERSION_10_8 1080
+#    endif
 #    include "wx/osx/config_xcode.h"
 #    ifndef __WXOSX__
 #        define __WXOSX__ 1
 #        ifndef MAC_OS_X_VERSION_10_7
 #           define MAC_OS_X_VERSION_10_7 1070
 #        endif
+#        ifndef MAC_OS_X_VERSION_10_8
+#           define MAC_OS_X_VERSION_10_8 1080
+#        endif
 #    else
 #        error "only mach-o configurations are supported"
 #    endif
 
 /* Choose which method we will use for updating menus
  * - in OnIdle, or when we receive a wxEVT_MENU_OPEN event.
- * Presently, only Windows and GTK+ support wxEVT_MENU_OPEN.
+ * Presently, only Windows, OS X and GTK+ support wxEVT_MENU_OPEN.
  */
 #ifndef wxUSE_IDLEMENUUPDATES
 #    if (defined(__WXMSW__) || defined(__WXGTK__) || defined(__WXOSX__)) && !defined(__WXUNIVERSAL__)