X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/80a77e3c73fef65d808c92e3acf72808b7b79b58..51623cc53f350935337e57930eaaf1afe9a48c3b:/include/wx/gtk/window.h?ds=sidebyside diff --git a/include/wx/gtk/window.h b/include/wx/gtk/window.h index 4c9078e989..4e4185787b 100644 --- a/include/wx/gtk/window.h +++ b/include/wx/gtk/window.h @@ -255,7 +255,11 @@ public: // 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