X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/beab25bde380ccff9bb0ebb8d8743a8d4b13fcdd..607f710e5d084d169c43338fc92c5b9c4fff9e32:/include/wx/gtk/window.h?ds=inline diff --git a/include/wx/gtk/window.h b/include/wx/gtk/window.h index 9c9bb4d739..a0d1a66f2e 100644 --- a/include/wx/gtk/window.h +++ b/include/wx/gtk/window.h @@ -183,6 +183,9 @@ public: GdkICAttr *m_icattr; #endif + // The area to be cleared (and not just refreshed) + wxRegion m_clearRegion; + // scrolling stuff GtkAdjustment *m_hAdjust,*m_vAdjust; float m_oldHorizontalPos;