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