]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/window.h
New code for Update() under GTK 2.0. Added
[wxWidgets.git] / include / wx / gtk / window.h
index bb882e7e7be07425f84eb579d67f27ed839008eb..730e840c4390008ac8fd0ac0f9a00fa0a85f72f3 100644 (file)
@@ -201,8 +201,11 @@ public:
     GdkICAttr           *m_icattr;
 #endif
 
+#ifndef __WXGTK20__
     // The area to be cleared (and not just refreshed)
+    // We cannot make this distinction under GTK 2.0.
     wxRegion             m_clearRegion;
+#endif
 
     // scrolling stuff
     GtkAdjustment       *m_hAdjust,*m_vAdjust;