> There's https://gitlab.freedesktop.org/wayland/wayland/-/issues/266 about
this.
Thanks, yes I have that book marked.
@pq
I think this approach might better suit our use cases (CI health gate /
client regression testing):
https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/24
I would
On 2022-11-07 10:27, Pekka Paalanen wrote:
> On Sat, 5 Nov 2022 16:14:44 -0700
> Joel Winarske wrote:
>
>> Does the base surface ever get occluded?
>
> Anything could be occluded or off-screen at any time.
>
> However, if parent surface is completely occluded/off-screen, then that
> should not
On Sat, 5 Nov 2022 16:14:44 -0700
Joel Winarske wrote:
> Okay thanks for the input. I sorted it out, and it's working great.
>
> My learning - Simply implement a frame callback for each sub surface and
> base surface, empty or otherwise. No need for any other commit calls.
>
> What is the rec