From 9f5c734e146baac0d21dfacf2b757f8dfaf6aed9 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sat, 12 Feb 2011 22:03:08 +0100 Subject: [PATCH] doc: Document the GDK_BACKEND environment variable --- docs/reference/gtk/running.sgml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/docs/reference/gtk/running.sgml b/docs/reference/gtk/running.sgml index 40a70d7ac0..74a0a3736b 100644 --- a/docs/reference/gtk/running.sgml +++ b/docs/reference/gtk/running.sgml @@ -391,6 +391,34 @@ nevertheless. + + <envar>GDK_BACKEND</envar> + + + If set, selects the GDK backend to use. Selecting a backend requires that GTK is compiled + with support for that backend. The following backends can be selected: + + + + quartz + Selects the native Quartz backend + + + + win32 + Selects the native backend for Microsoft Windows + + + + x11 + Selects the native backend for connecting to X11 servers. + + + + For more information about selecting backends, see the gdk_display_manager_get() function. + + + <envar>GDK_SYNCHRONIZE</envar>