After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 644119 - Remove support for GDK_NATIVE_WINDOWS
Remove support for GDK_NATIVE_WINDOWS
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: X11
3.0.x
Other Linux
: Normal normal
: 3.2
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2011-03-07 15:01 UTC by Alexander Larsson
Modified: 2011-03-08 23:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Remove support for GDK_NATIVE_WINDOWS (9.91 KB, patch)
2011-03-07 15:02 UTC, Alexander Larsson
none Details | Review

Description Alexander Larsson 2011-03-07 15:01:41 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.
Comment 1 Alexander Larsson 2011-03-07 15:02:32 UTC
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.
Comment 2 Matthias Clasen 2011-03-08 20:34:44 UTC
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).
Comment 3 Benjamin Otte (Company) 2011-03-08 22:36:31 UTC
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.
Comment 4 Matthias Clasen 2011-03-08 23:36:42 UTC
Thanks, closing.