forked from AuroraMiddleware/gtk
0f26b26f1d
This is disabled by default. Enable with --enable-mir-backend. This backend is a combined work of Robert Ancell and Ryan Lortie.
36 lines
864 B
XML
36 lines
864 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
]>
|
|
<refentry id="gtk-mir">
|
|
<refmeta>
|
|
<refentrytitle>Using GTK+ with Mir</refentrytitle>
|
|
<manvolnum>3</manvolnum>
|
|
<refmiscinfo>GTK Library</refmiscinfo>
|
|
</refmeta>
|
|
|
|
<refnamediv>
|
|
<refname>Using GTK+ with Mir</refname>
|
|
<refpurpose>
|
|
Mir-specific aspects of using GTK+
|
|
</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsect1>
|
|
<title>Using GTK+ with Mir</title>
|
|
|
|
<para>
|
|
The GDK Mir backend provides support for running GTK+ applications
|
|
under Mir based display servers. To run your application in this way,
|
|
select the Mir backend by setting <literal>GDK_BACKEND=mir</literal>.
|
|
</para>
|
|
|
|
<para>
|
|
Currently, the Mir backend does not use any additional commandline
|
|
options or environment variables.
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
</refentry>
|