mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
Merge branch 'for-4-2' into 'gtk-4-2'
gdk/x11: Do not set PPosition hint See merge request GNOME/gtk!3783
This commit is contained in:
commit
10f8636316
@ -2443,14 +2443,6 @@ gdk_x11_surface_set_geometry_hints (GdkSurface *surface,
|
||||
}
|
||||
|
||||
size_hints.flags = 0;
|
||||
|
||||
size_hints.flags |= PPosition;
|
||||
/* We need to initialize the following obsolete fields because KWM
|
||||
* apparently uses these fields if they are non-zero.
|
||||
* #@#!#!$!.
|
||||
*/
|
||||
size_hints.x = 0;
|
||||
size_hints.y = 0;
|
||||
|
||||
if (geom_mask & GDK_HINT_MIN_SIZE)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user