06:46 wlb: weston Issue #710 opened by Shehan Deshapriya (shehan) Weston does not gives a transparent window in Ubuntu https://gitlab.freedesktop.org/wayland/weston/-/issues/710
08:43 wlb: weston Issue #710 closed \o/ (Weston does not gives a transparent window in Ubuntu https://gitlab.freedesktop.org/wayland/weston/-/issues/710)
11:23 zzag: jadahl: can you take a look at https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/270 please?
21:38 wlb: wayland-protocols Issue #123 opened by i509VCB (i509VCB) xdg_shell: clarify how big each state in xdg_toplevel.configure's array is https://gitlab.freedesktop.org/wayland/wayland-protocols/-/issues/123
21:53 i509VCB: hey emersion, what is your opinion on this comment: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/155#note_1708282 I recall you told me some limitations with wl_buffer, just unsure if the same rules apply in this case
22:00 emersion: i509VCB: as long as toplevel info objects aren't created from another protocol interface, it's fine
22:00 i509VCB: ok, that seems reasonable
22:01 emersion: defining an interface which has multiple factories across multiple protocols is the wl_buffer case
22:01 emersion: that approach has some serious limitations (frozen API)
22:02 emersion: but sometimes it's the right one
22:02 emersion: here it's a different case