]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/scrolwin.h
dirty hack to fix deprecation warning when building wxMotif
[wxWidgets.git] / include / wx / scrolwin.h
index cf9a27f234172d8d7f322c9dd9b8b907af343607..2655c594ddb8e52b851e9e3ee545efa8c78ce70a 100644 (file)
@@ -175,6 +175,9 @@ protected:
     // delete the event handler we installed
     void DeleteEvtHandler();
 
+    double                m_scaleX;
+    double                m_scaleY;
+
     wxWindow             *m_win,
                          *m_targetWindow;
 
@@ -194,9 +197,6 @@ protected:
     bool                  m_xScrollingEnabled;
     bool                  m_yScrollingEnabled;
 
-    double                m_scaleX;
-    double                m_scaleY;
-
 #if wxUSE_MOUSEWHEEL
     int m_wheelRotation;
 #endif // wxUSE_MOUSEWHEEL