Re: How to properly keep track of wl/xdg output?

2018-05-17 Thread ferreiradaselva
Oh, the ID is unique for all type of objects! That works :) Thanks, Felipe ‐‐‐ Original Message ‐‐‐ On May 14, 2018 5:38 AM, Pekka Paalanen wrote: > On Sat, 12 May 2018 06:34:36 -0400 > > ferreiradaselva ferreiradase...@protonmail.com wrote: > > > Hi, > > > >

Re: Proposal: make "hardware_id_wacom" more generic

2018-05-17 Thread ferreiradaselva
Hi Peter, I see your point that there would still need to exist vendor-specific code. My point is that reading that vendor-specific data would be responsibility of the end-user (the people making a wayland client), instead of """polluting""" the protocol with vendor-specific details. But, if

Re: [PATCHv4 wayland-protocols] text-input: Add v3 of the text-input protocol

2018-05-17 Thread Dorota Czaplejewicz
On Thu, 17 May 2018 18:05:34 +0100 Daniel Stone wrote: > Hi Dorota, > > On 3 May 2018 at 16:41, Dorota Czaplejewicz > wrote: > > - There is no event to send keysyms. Compositors can use wl_keyboard > > interface instead. > > The reason

[PATCH] virtual-keyboard: Add new virtual keyboard protocol

2018-05-17 Thread Dorota Czaplejewicz
Provides the ability to emulate keyboards by applications. Complementary to input-method protocol. The interface is a mirror copy of wl_keyboard, with removed serials, and added seat binding. --- This proposal is another one needed by Purism to support on screen keyboards on a phone screen.

Re: Positioning and Multi display support for Weston Wayland

2018-05-17 Thread Pekka Paalanen
On Wed, 16 May 2018 06:41:08 + Sandeep Chandak wrote: > Hi, > > We are using Weston Wayland based compositing for our solution, > though we are able to render image, video text etc. > > We are using x11 backend along with desktop shell to build the > solution

Re: pointer-constraints protocol: Removing lifetimes and persistency

2018-05-17 Thread Daniel Stone
Hi Drew, On 17 May 2018 at 13:11, Drew DeVault wrote: > On 2018-05-15 3:01 PM, Olivier Fourdan wrote: >> FWIW, both SDL and Xwayland uses “persistent” and we have working >> implementations of the protocol in weston/libweston and mutter, so it might >> be hard to convince people

Re: pointer-constraints protocol: Removing lifetimes and persistency

2018-05-17 Thread Drew DeVault
On 2018-05-15 3:01 PM, Olivier Fourdan wrote: > FWIW, both SDL and Xwayland uses “persistent” and we have working > implementations of the protocol in weston/libweston and mutter, so it might > be hard to convince people (both compositor and clients developers) to drop > their working