Re: The way to use system cursor and custom(client) cursor

2013-06-13 Thread Pekka Paalanen
On Wed, 12 Jun 2013 12:54:57 -0700 Bill Spitzak wrote: > Pekka Paalanen wrote: > > > I guess the question for the Wayland developer community is, do we > > want such cursor theme settings in the shell protocol, or is that > > something that should be left for DEs to solve in their own > > config

Re: The way to use system cursor and custom(client) cursor

2013-06-12 Thread Bill Spitzak
Pekka Paalanen wrote: I guess the question for the Wayland developer community is, do we want such cursor theme settings in the shell protocol, or is that something that should be left for DEs to solve in their own configuration systems? Any solution should involve everything the user calls "t

Re: The way to use system cursor and custom(client) cursor

2013-06-12 Thread Pekka Paalanen
On Tue, 11 Jun 2013 12:27:43 -0700 Elvis Lee(이광웅) wrote: > Thanks for your comments. It's really helpful. > I almost understood the Wayland designs for cursor. > Basically, I respect the designs. And possibly my issue can be > handled with dynamic-switching of wayland-cursor. But I'm not sure > y

RE: The way to use system cursor and custom(client) cursor

2013-06-11 Thread 이광웅
> -Original Message- > From: Pekka Paalanen [mailto:ppaala...@gmail.com] > Sent: Tuesday, June 11, 2013 12:25 AM > To: Elvis Lee ("이광웅") > Cc: wayland-devel@lists.freedesktop.org > Subject: Re: The way to use system cursor and custom(client) cursor > >

Re: The way to use system cursor and custom(client) cursor

2013-06-11 Thread Pekka Paalanen
aalanen > > Sent: Sunday, June 09, 2013 11:03 PM > > To: Elvis Lee (__) > > Cc: wayland-devel@lists.freedesktop.org > > Subject: Re: The way to use system cursor and custom(client) cursor > > > > On Sun, 9 Jun 2013 16:01:48 -0700 > > Elvis Lee(__) wr

Re: The way to use system cursor and custom(client) cursor

2013-06-10 Thread Kristian Høgsberg
On Mon, Jun 10, 2013 at 12:34 PM, Bill Spitzak wrote: > Pekka Paalanen wrote: > >>> If a client does nothing after an enter event it will get the system >>> cursor. >> >> >> That would cause cursor flicker. Btw this is a suggestion, right? >> Because this is not what the current implementation doe

Re: The way to use system cursor and custom(client) cursor

2013-06-10 Thread Bill Spitzak
Pekka Paalanen wrote: If a client does nothing after an enter event it will get the system cursor. That would cause cursor flicker. Btw this is a suggestion, right? Because this is not what the current implementation does. In the current Wayland protocol, the cursor is undefined on enter, and

RE: The way to use system cursor and custom(client) cursor

2013-06-10 Thread 이광웅
gt; Cc: wayland-devel@lists.freedesktop.org > Subject: Re: The way to use system cursor and custom(client) cursor > > On Sun, 9 Jun 2013 16:01:48 -0700 > Elvis Lee(__) wrote: > > > Hello. > > > > > > > > I feel unnatural to implement custom curs

Re: The way to use system cursor and custom(client) cursor

2013-06-10 Thread Pekka Paalanen
On Mon, 10 Jun 2013 09:31:22 -0700 Bill Spitzak wrote: > On 06/09/2013 11:02 PM, Pekka Paalanen wrote: > > >> Is this approach possible? I want to listen your opinions. > > > > Hi Elvis, > > > > do I understand right, that you would like to add the concept of a > > system cursor? > > > > I guess

Re: The way to use system cursor and custom(client) cursor

2013-06-10 Thread Bill Spitzak
On 06/09/2013 11:02 PM, Pekka Paalanen wrote: Is this approach possible? I want to listen your opinions. Hi Elvis, do I understand right, that you would like to add the concept of a system cursor? I guess it would be possible, but why? It seems the system cursor you propose would be one arb

Re: The way to use system cursor and custom(client) cursor

2013-06-09 Thread Pekka Paalanen
On Sun, 9 Jun 2013 16:01:48 -0700 Elvis Lee(__) wrote: > Hello. > > > > I feel unnatural to implement custom cursor scenario. Here is a question. > > How does a client request compositor to use system cursor? > > > > The system cursor means a current default cursor for compositor. >

The way to use system cursor and custom(client) cursor

2013-06-09 Thread 이광웅
Hello. I feel unnatural to implement custom cursor scenario. Here is a question. How does a client request compositor to use system cursor? The system cursor means a current default cursor for compositor. Currently, client should know about the system cursor in order to use it as paramete