diff options
author | Alexander Larsson <alexl@redhat.com> | 2011-03-07 16:01:46 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2011-03-08 23:13:39 +0100 |
commit | a3b2840cae2fa82aa1e7a1851238b798f084df5c (patch) | |
tree | 919cb649feb569e905475c58f581149ea44063fe /docs | |
parent | 191428f596a532799059124ed41b4b348e48634e (diff) | |
download | gtk+-a3b2840cae2fa82aa1e7a1851238b798f084df5c.tar.gz |
Remove support for GDK_NATIVE_WINDOWS
GDK_NATIVE_WINDOWS was a way to keep some old apps running that did weird
things in gtk2. We should not have to carry this forwards in gtk 3.x.
We do however keep a g_warning() call reminding people of this fact to
ease debugging when they try to port their applications.
https://bugzilla.gnome.org/show_bug.cgi?id=644119
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/running.sgml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/reference/gtk/running.sgml b/docs/reference/gtk/running.sgml index 74a0a3736b..899f765c57 100644 --- a/docs/reference/gtk/running.sgml +++ b/docs/reference/gtk/running.sgml @@ -382,16 +382,6 @@ nevertheless. </formalpara> <formalpara> - <title><envar>GDK_NATIVE_WINDOWS</envar></title> - - <para> - If set, GDK creates all windows as native windows. This can help - applications that make assumptions about 1-1 correspondence between - GDK windows and X11 windows. - </para> -</formalpara> - -<formalpara> <title><envar>GDK_BACKEND</envar></title> <para> |