]> Pileus Git - ~andy/gtk/blob - docs/reference/gtk/wayland.xml
docs: change id for Wayland section to not conflict with OS X
[~andy/gtk] / docs / reference / gtk / wayland.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3                "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 ]>
5 <refentry id="gtk-wayland">
6 <refmeta>
7 <refentrytitle>Using GTK+ with Wayland</refentrytitle>
8 <manvolnum>3</manvolnum>
9 <refmiscinfo>GTK Library</refmiscinfo>
10 </refmeta>
11
12 <refnamediv>
13 <refname>Using GTK+ with Wayland</refname>
14 <refpurpose>
15 Wayland-specific aspects of using GTK+
16 </refpurpose>
17 </refnamediv>
18
19 <refsect1>
20 <title>Using GTK+ with Wayland</title>
21
22 <para>
23 The GDK Wayland backend provides support for running GTK+ applications
24 under the Wayland display server. To run your application in this way,
25 select the Wayland backend by setting <literal>GDK_BACKEND=wayland</literal>.
26 </para>
27
28 <para>
29 Currently, the Wayland backend does not use any additional commandline
30 options or environment variables.
31 </para>
32
33 <para>
34 For up-to-date information about the current status of this backend, see
35 the <ulink url="http://wayland.freedesktop.org/gtk.html">project page</ulink>.
36 </para>
37
38 </refsect1>
39
40 </refentry>