]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/window.h
added and documented wxCOMPILE_TIME_ASSERT and wxASSERT_MIN_BITSIZE
[wxWidgets.git] / include / wx / gtk / window.h
index 9c9bb4d739d9e103f882a56ddea547657f374f96..a0d1a66f2e65ae93d6351688854778890b176c6b 100644 (file)
@@ -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;