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:
committed by
Benjamin Otte
parent
191428f596
commit
a3b2840cae
@ -404,7 +404,6 @@ RegisterGdkClass (GdkWindowType wtype, GdkWindowTypeHint wtype_hint)
|
||||
* Create native windows.
|
||||
*
|
||||
* With the default Gdk the created windows are mostly toplevel windows.
|
||||
* A lot of child windows are only created for GDK_NATIVE_WINDOWS.
|
||||
*
|
||||
* Placement of the window is derived from the passed in window,
|
||||
* except for toplevel window where OS/Window Manager placement
|
||||
|
||||
Reference in New Issue
Block a user