]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
dirty hack to fix deprecation warning when building wxMotif
[wxWidgets.git] / include / wx / defs.h
index 3bf1cd275e0309985ea435d80e0e5a89768b9fc0..2924970772b4853eab1c2199f45a92dec731b8c9 100644 (file)
@@ -1616,10 +1616,8 @@ enum wxBackgroundStyle
 /*  Standard menu IDs */
 enum
 {
-#if wxABI_VERSION >= 20602
     /* no id matches this one when compared to it */
     wxID_NONE = -3,
-#endif
 
     /*  id for a separator line in the menu (invalid for normal item) */
     wxID_SEPARATOR = -2,
@@ -1802,6 +1800,11 @@ enum wxHitTest
 /*  Don't do parent client adjustments (for implementation only) */
 #define wxSIZE_NO_ADJUSTMENTS   0x0008
 
+#if wxABI_VERSION >= 20602
+/*  Change the window position even if it seems to be already correct */
+#define wxSIZE_FORCE            0x0010
+#endif // 2.6.2+
+
 /*  ---------------------------------------------------------------------------- */
 /*  GDI descriptions */
 /*  ---------------------------------------------------------------------------- */