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
This commit is contained in:
Alexander Larsson
2011-03-07 16:01:46 +01:00
committed by Benjamin Otte
parent 191428f596
commit a3b2840cae
8 changed files with 12 additions and 110 deletions

View File

@ -381,16 +381,6 @@ nevertheless.
</para>
</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>