Re: [PATCH wayland] cursor: Remove "weston" from anonymous shm filenames

2016-07-27 Thread Yong Bakos
On Jul 27, 2016, at 9:06 AM, Derek Foreman wrote: > > This mildly confused me during some debugging, so I guess it wouldn't > hurt to make the filename more indicative of where it was actually > created. > > Signed-off-by: Derek Foreman This updates some legacy naming, and is Reviewed-by: Yon

[PATCH wayland] cursor: Remove "weston" from anonymous shm filenames

2016-07-27 Thread Derek Foreman
This mildly confused me during some debugging, so I guess it wouldn't hurt to make the filename more indicative of where it was actually created. Signed-off-by: Derek Foreman --- cursor/os-compatibility.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cursor/os-compatibility

Re: Two wayland connection in single process context

2016-07-27 Thread Armin Krezović
On 27.07.2016 13:36, Vikas Patil wrote: > Dear All, > > Could you comment/suggest on following approach of using two different > wayland connection in single process? > > First wayland connection for creating wl_shm backed wayland surface > for receiving touch inputs in main thread or as separate

Two wayland connection in single process context

2016-07-27 Thread Vikas Patil
Dear All, Could you comment/suggest on following approach of using two different wayland connection in single process? First wayland connection for creating wl_shm backed wayland surface for receiving touch inputs in main thread or as separate thread. Like simple-touch.c example but without paint

[PATCH wayland-protocols v2] Introduce xdg-foreign protocol

2016-07-27 Thread Jonas Ådahl
xdg-foreign is a protocol meant to enable setting up inter surface relationships across clients. Potential use cases are out-of-process dialogs, such as file dialogs, meant to be used by sandboxed processes that may not have the access it needs to implement such dialogs. It works by enabling a cli