mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 14:10:30 +00:00
Merge branch 'wip/otte/for-main' into 'main'
subsurface: Don't marka failure as success See merge request GNOME/gtk!6594
This commit is contained in:
commit
edf33a6617
@ -213,6 +213,7 @@ gdk_wayland_subsurface_attach (GdkSubsurface *sub,
|
||||
self,
|
||||
self->dest.x, self->dest.y,
|
||||
self->dest.width, self->dest.height);
|
||||
result = TRUE;
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -233,8 +234,8 @@ gdk_wayland_subsurface_attach (GdkSubsurface *sub,
|
||||
self,
|
||||
self->dest.x, self->dest.y,
|
||||
self->dest.width, self->dest.height);
|
||||
result = TRUE;
|
||||
}
|
||||
result = TRUE;
|
||||
}
|
||||
|
||||
if (result)
|
||||
|
Loading…
Reference in New Issue
Block a user