Re: Two wayland connection in single process context

2016-07-29 Thread Pekka Paalanen
On Fri, 29 Jul 2016 17:53:38 +0530 Vikas Patil wrote: > On Fri, Jul 29, 2016 at 4:53 PM, Pekka Paalanen wrote: > > On Fri, 29 Jul 2016 15:03:39 +0530 > > Vikas Patil wrote: > > > >> On Fri, Jul 29, 2016 at 1:17 PM, Pekka Paalanen > >> wrote: > >> > >> > On Wed, 27 Jul 2016 17:06:04 +0530

Re: Two wayland connection in single process context

2016-07-29 Thread Vikas Patil
On Fri, Jul 29, 2016 at 4:53 PM, Pekka Paalanen wrote: > On Fri, 29 Jul 2016 15:03:39 +0530 > Vikas Patil wrote: > >> On Fri, Jul 29, 2016 at 1:17 PM, Pekka Paalanen wrote: >> >> > On Wed, 27 Jul 2016 17:06:04 +0530 >> > Vikas Patil wrote: >> > >> >> Dear All, >> >> >> >> Could you comment/sugg

Re: Two wayland connection in single process context

2016-07-29 Thread Pekka Paalanen
On Fri, 29 Jul 2016 15:03:39 +0530 Vikas Patil wrote: > On Fri, Jul 29, 2016 at 1:17 PM, Pekka Paalanen wrote: > > > On Wed, 27 Jul 2016 17:06:04 +0530 > > Vikas Patil wrote: > > > >> Dear All, > >> > >> Could you comment/suggest on following approach of using two different > >> wayland conn

Re: Two wayland connection in single process context

2016-07-29 Thread Vikas Patil
On Fri, Jul 29, 2016 at 1:17 PM, Pekka Paalanen wrote: > On Wed, 27 Jul 2016 17:06:04 +0530 > 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

Re: Two wayland connection in single process context

2016-07-29 Thread Pekka Paalanen
On Wed, 27 Jul 2016 17:06:04 +0530 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 threa

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