Re: [PATCH wayland-protocols v6] Add zwp_linux_explicit_synchronization_v1

2018-11-07 Thread Simon Ser
Thanks! With these fixes, this is now Reviewed-by: Simon Ser Below is a small comment, I don't know if it's relevant or not, I just wanted to point it out. > Signed-off-by: Alexandros Frantzis > --- > > Changes in patch v6: > - Fixed wl_buffer.attach -> wl_surface.attach typos. > - Added N

Re: Clipboard manager use case

2018-11-07 Thread Simon Ser
Hi, On Wednesday, November 7, 2018 5:18 PM, Albert Vaca wrote: > I would like to start a discussion about the need of a protocol for clipboard > management in Wayland. As far as I know, the current approach for clipboard > managers and similar apps requires them to be implemented as part of the

Clipboard manager use case

2018-11-07 Thread Albert Vaca
Hi there! I would like to start a discussion about the need of a protocol for clipboard management in Wayland. As far as I know, the current approach for clipboard managers and similar apps requires them to be implemented as part of the compositor. This is of course a limitation for third party cl

[PATCH wayland-protocols v6] Add zwp_linux_explicit_synchronization_v1

2018-11-07 Thread Alexandros Frantzis
Signed-off-by: Alexandros Frantzis --- Changes in patch v6: - Fixed wl_buffer.attach -> wl_surface.attach typos. - Added NO_BUFFER error and updated request descriptions. - Consistently used "error is raised" phrasing. - Added comment about buffer_release object destruction in event d

Re: [PATCH wayland-protocols v5] Add zwp_linux_explicit_synchronization_v1

2018-11-07 Thread Pekka Paalanen
On Tue, 6 Nov 2018 14:58:14 +0200 Alexandros Frantzis wrote: > Signed-off-by: Alexandros Frantzis > --- > > Changes in patch v5: > - Further clarified the per-commit nature of buffer_release. > - Used the wp_linux_dmabuf name to refer to all versions of that protocol. > - Fixed wl_buffer