[Web] [PATCH 1/2] Xlib calls don't need to be removed, just wrapped in backend checks.
Kristian Høgsberg
krh at bitplanet.net
Fri Apr 6 10:08:37 PDT 2012
Thanks, both applied.
Kristian
On Thu, Apr 5, 2012 at 1:20 PM, Darxus <darxus at chaosreigns.com> wrote:
> ---
> gtk.html | 6 ++++--
> 1 files changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/gtk.html b/gtk.html
> index c3336f7..3ec9895 100644
> --- a/gtk.html
> +++ b/gtk.html
> @@ -87,8 +87,10 @@ applications makes API calls that will not function under Wayland.</p>
> <ul>
> <li>Ensure that your application uses <code>gtk+-3.0</code> for its
> pkg-config request.</li>
> - <li>Your application must not use any API in the gdk_x11_ namespace or
> - any raw Xlib calls.</li>
> + <li>All calls to the gdk_x11_ namespace
> + and raw Xlib calls must be wrapped in <a
> + href="http://developer.gnome.org/gtk3/3.3/ch24s02.html#id1502079">both
> + build-time and run-time backend checks</a>.</li>
> <li>Check the errata below for issues that might affect your
> application.</li>
> </ul>
> --
> 1.7.1
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
More information about the wayland-devel
mailing list