X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6c2019b9426b21bd0eb3099afb2cb8cb901ce8b9..331a0b6b7aeb8b41d4ac27aeedbdca11b6f0b38e:/include/wx/gtk/window.h 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;