mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 06:21:14 +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,
|
||||||
self->dest.x, self->dest.y,
|
self->dest.x, self->dest.y,
|
||||||
self->dest.width, self->dest.height);
|
self->dest.width, self->dest.height);
|
||||||
|
result = TRUE;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@ -233,8 +234,8 @@ gdk_wayland_subsurface_attach (GdkSubsurface *sub,
|
|||||||
self,
|
self,
|
||||||
self->dest.x, self->dest.y,
|
self->dest.x, self->dest.y,
|
||||||
self->dest.width, self->dest.height);
|
self->dest.width, self->dest.height);
|
||||||
|
result = TRUE;
|
||||||
}
|
}
|
||||||
result = TRUE;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (result)
|
if (result)
|
||||||
|
Loading…
Reference in New Issue
Block a user