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