X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/03b444f6afb08ede0a50e3f68ef686337e1b380c..1cbee0b42c9755a98104e3b1d8fd1133483ea54f:/include/wx/gtk/window.h?ds=inline diff --git a/include/wx/gtk/window.h b/include/wx/gtk/window.h index bb882e7e7b..730e840c43 100644 --- a/include/wx/gtk/window.h +++ b/include/wx/gtk/window.h @@ -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;