[Webkit-unassigned] [Bug 117895] [v2.1.2] GTK2 build fails for undefined GDK_IS_X11_DISPLAY

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 9 10:09:24 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=117895





--- Comment #6 from Martin Robinson <mrobinson at webkit.org>  2013-07-09 10:11:25 PST ---
(From update of attachment 206333)
View in context: https://bugs.webkit.org/attachment.cgi?id=206333&action=review

> Source/WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp:106
> +// GTK 2.0 compatibility
> +#ifdef GDK_WINDOWING_X11 && !defined(GDK_IS_X11_DISPLAY)
> +#define GDK_IS_X11_DISPLAY(dpy) 1
> +#endif

This should probably go into GtkVersioning.h.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list