Re: Questions about wl_pointer.set_cursor

2020-11-18 Thread Pekka Paalanen
On Wed, 18 Nov 2020 13:04:04 +0200 Alexandros Frantzis wrote: > On Wed, Nov 18, 2020 at 12:10:45PM +0200, Pekka Paalanen wrote: > > On Tue, 17 Nov 2020 17:38:32 +0200 > > Alexandros Frantzis wrote: > > > > > Hi everyone! > > > > Hi Alf > > > > Hi Pekka, > > > > I have some questions a

Re: Questions about wl_pointer.set_cursor

2020-11-18 Thread Alexandros Frantzis
On Wed, Nov 18, 2020 at 12:10:45PM +0200, Pekka Paalanen wrote: > On Tue, 17 Nov 2020 17:38:32 +0200 > Alexandros Frantzis wrote: > > > Hi everyone! > > Hi Alf > Hi Pekka, > > I have some questions about the expected behavior of > > wl_pointer.set_cursor: > > > > 1. Is setting the same surfa

Re: Questions about wl_pointer.set_cursor

2020-11-18 Thread Pekka Paalanen
On Tue, 17 Nov 2020 17:38:32 +0200 Alexandros Frantzis wrote: > Hi everyone! Hi Alf > I have some questions about the expected behavior of > wl_pointer.set_cursor: > > 1. Is setting the same surface as the cursor for multiple pointers allowed? >I don't see anything disallowing this in the

Questions about wl_pointer.set_cursor

2020-11-17 Thread Alexandros Frantzis
Hi everyone! I have some questions about the expected behavior of wl_pointer.set_cursor: 1. Is setting the same surface as the cursor for multiple pointers allowed? I don't see anything disallowing this in the spec (but see (2)). If this is allowed, are there any useful scenarios for this?