]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cursor.h
don't process VK_OEM_XXX key presses
[wxWidgets.git] / include / wx / cursor.h
index 10bc6a0cc3d58f8041b42c93a7b91922ad830cdc..f4f90abd40b7794b3905ce911678a6425b729c77 100644 (file)
@@ -7,6 +7,8 @@
 #include "wx/motif/cursor.h"
 #elif defined(__WXGTK__)
 #include "wx/gtk/cursor.h"
 #include "wx/motif/cursor.h"
 #elif defined(__WXGTK__)
 #include "wx/gtk/cursor.h"
+#elif defined(__WXMGL__)
+#include "wx/mgl/cursor.h"
 #elif defined(__WXQT__)
 #include "wx/qt/cursor.h"
 #elif defined(__WXMAC__)
 #elif defined(__WXQT__)
 #include "wx/qt/cursor.h"
 #elif defined(__WXMAC__)
@@ -18,6 +20,7 @@
 #endif
 
 #include "wx/utils.h"
 #endif
 
 #include "wx/utils.h"
+
 /* This is a small class which can be used by all ports
    to temporarily suspend the busy cursor. Useful in modal
    dialogs.
 /* This is a small class which can be used by all ports
    to temporarily suspend the busy cursor. Useful in modal
    dialogs.