Re: [compiz] status of input redirection

2008-01-23 Thread Daniel Stone
On Fri, Jun 01, 2007 at 03:47:17PM -0400, David Reveman wrote: + switch (events[i].u.u.type) { + case MotionNotify: + case ButtonPress: + case ButtonRelease: + case KeyPress: + case KeyRelease: + case EnterNotify: + case LeaveNotify: Hi, This needs to be

Re: [compiz] status of input redirection

2008-01-23 Thread Daniel Stone
On Mon, Jun 04, 2007 at 05:06:20PM -0400, David Reveman wrote: On Sat, 2007-06-02 at 04:29 +0300, Daniel Stone wrote: On Fri, Jun 01, 2007 at 03:47:17PM -0400, David Reveman wrote: + switch (events[i].u.u.type) { + case MotionNotify: + case ButtonPress: + case ButtonRelease

Re: [compiz] status of input redirection

2008-01-23 Thread Daniel Stone
On Tue, Jun 05, 2007 at 02:41:59PM -0400, David Reveman wrote: On Tue, 2007-06-05 at 00:17 +0300, Daniel Stone wrote: On Mon, Jun 04, 2007 at 05:06:20PM -0400, David Reveman wrote: Yea, I forgot about that. Will the attached patch work or are those device events not using

[compiz] Re: input transformations

2007-02-05 Thread Daniel Stone
On Thu, Feb 01, 2007 at 06:26:13PM -0500, David Reveman wrote: I spent some time this week trying to add support for input transformations to the server. I tried a few different approaches. The patches I've attached are what's currently working best for me. Hi David, This looks largely fine to