]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/window.h
remove unused variable assignment, closes #14928
[wxWidgets.git] / include / wx / gtk / window.h
index 4c9078e9895dd14843ca2552690e2256d0e66198..4e4185787bfdd7f92b43bf6e17386bd420f7aa36 100644 (file)
@@ -255,7 +255,11 @@ public:
     // position and size of the window
     int                  m_x, m_y;
     int                  m_width, m_height;
     // position and size of the window
     int                  m_x, m_y;
     int                  m_width, m_height;
-    int                  m_oldClientWidth,m_oldClientHeight;
+    int m_clientWidth, m_clientHeight;
+    // Whether the client size variables above are known to be correct
+    // (because they have been validated by a size-allocate) and should
+    // be used to report client size
+    bool m_useCachedClientSize;
 
     // see the docs in src/gtk/window.cpp
     GtkWidget           *m_widget;          // mostly the widget seen by the rest of GTK
 
     // see the docs in src/gtk/window.cpp
     GtkWidget           *m_widget;          // mostly the widget seen by the rest of GTK