diff options
author | Matthias Clasen <mclasen@redhat.com> | 2018-05-06 22:06:35 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2018-05-07 07:47:18 -0400 |
commit | 5469bf0773371447b3e6b5af8853d522e2c2d0c4 (patch) | |
tree | 5f8ce77325276d524691a98cb7cae8528476a8d6 /docs | |
parent | 335a8aa8430f14868ac5f0e43a04115995669951 (diff) | |
download | gtk+-5469bf0773371447b3e6b5af8853d522e2c2d0c4.tar.gz |
Document the GSK_RENDERER environment variable
Just the usual pre-release doc fixups.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/running.sgml | 35 |
1 files changed, 31 insertions, 4 deletions
diff --git a/docs/reference/gtk/running.sgml b/docs/reference/gtk/running.sgml index e10028226f..fdf2da81d9 100644 --- a/docs/reference/gtk/running.sgml +++ b/docs/reference/gtk/running.sgml @@ -162,10 +162,10 @@ additional environment variables. Linux and Unix, and the ';' character on Windows. </para> <warning> - Note that this environment variable is read by GTK+ 2.x too, which - makes it unsuitable for setting it system-wide (or session-wide), - since doing so will cause either GTK+ 2.x applications or GTK+ 3 - applications to see incompatible modules. + Note that this environment variable is read by GTK+ 2.x and GTK+ 3.x too, + which makes it unsuitable for setting it system-wide (or session-wide), + since doing so will cause applications using different GTK+ versions + to see incompatible modules. </warning> </formalpara> @@ -454,6 +454,33 @@ nevertheless. </formalpara> <formalpara> + <title><envar>GSK_RENDERER</envar></title> + + <para> + If set, selects the GSK renderer to use. The following renderers can + be selected, provided they are included in the GSK libraries you are using: + <variablelist> + + <varlistentry> + <term>vulkan</term> + <listitem><para>Selects the Vulkan renderer</para></listitem> + </varlistentry> + + <varlistentry> + <term>gl</term> + <listitem><para>Selects the Vulkan renderer</para></listitem> + </varlistentry> + + <varlistentry> + <term>cairo</term> + <listitem><para>Selects the cairo renderer</para></listitem> + </varlistentry> + + </variablelist> + </para> +</formalpara> + +<formalpara> <title><envar>GTK_CSD</envar></title> <para> |