clarify comment

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78164 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2014-11-19 19:00:00 +00:00
parent 173cfe28a1
commit 9bee2091d4

View File

@@ -517,9 +517,9 @@ static inline void wx_gtk_widget_get_preferred_size(GtkWidget* widget, GtkRequis
}
#define gtk_widget_get_preferred_size wx_gtk_widget_get_preferred_size
// There is no equivalent in GTK+ 2, but it's not needed there anyhow as X11
// backend can only work with X11 displays in that version.
#define GDK_IS_X11_DISPLAY(dpy) (TRUE)
// There is no equivalent in GTK+ 2, but it's not needed there anyhow as the
// backend is determined at compile time in that version.
#define GDK_IS_X11_DISPLAY(dpy) true
#endif // !__WXGTK3__
#endif // _WX_GTK_PRIVATE_COMPAT_H_