GNOME Bugzilla – Bug 644119
Remove support for GDK_NATIVE_WINDOWS
Last modified: 2011-03-08 23:36:42 UTC
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.
Created attachment 182712 [details] [review] 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.
Proposal by ebassi: Print a warning when the env var is set, during 3.x (ie both before and after removal of the code that does anything with it).
Applied to master with two adjustments: - Print a g_warning() when someone uses the env var. And then unset it to avoid spawned apps printing the warning again. - Remove the docs for the env var.
Thanks, closing.