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:
Benjamin Otte 2023-11-21 17:01:54 +00:00
commit edf33a6617

View File

@ -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)