Re: [compiz] status of input redirection

2008-01-23 Thread Peter Hutterer
Daniel Stone wrote: > Looks good to me. I can't remember if you get all the events stacked > together by the time WriteEventsToClient comes around, or if you get > them individually. If the latter, you need to keep a cache -- ugh. If > the former, then it becomes pretty easy. valuator events co

Re: [compiz] status of input redirection

2008-01-23 Thread Daniel Stone
On Thu, Jun 21, 2007 at 11:02:52PM +0200, dragoran wrote: > can it be added to the server so that apps like compiz can start using it? > it can be extended later if needed. Not in its current state. ___ compiz mailing list compiz@lists.freedesktop.org ht

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

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 ButtonRe

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 t

Re: [compiz] status of input redirection

2007-06-21 Thread dragoran
can it be added to the server so that apps like compiz can start using it? it can be extended later if needed. ___ compiz mailing list compiz@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/compiz

Re: [compiz] status of input redirection

2007-06-05 Thread David Reveman
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: > > 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) { > >

Re: [compiz] status of input redirection

2007-06-04 Thread David Reveman
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: > > + case KeyPress: > > + case KeyRelease: > > + case

Re: [compiz] status of input redirection

2007-06-04 Thread David Reveman
On Sun, 2007-06-03 at 05:26 +0200, Dennis Kasprzyk wrote: > Am Freitag, 1. Juni 2007 21:47:17 schrieb David Reveman: > > On Fri, 2007-06-01 at 13:28 -0400, Kristian Høgsberg wrote: > > > On 5/31/07, David Reveman <[EMAIL PROTECTED]> wrote: > > > > On Tue, 2007-05-29 at 08:53 +0200, dragoran wrote:

Re: [compiz] status of input redirection

2007-06-02 Thread Dennis Kasprzyk
Am Freitag, 1. Juni 2007 21:47:17 schrieb David Reveman: > On Fri, 2007-06-01 at 13:28 -0400, Kristian Høgsberg wrote: > > On 5/31/07, David Reveman <[EMAIL PROTECTED]> wrote: > > > On Tue, 2007-05-29 at 08:53 +0200, dragoran wrote: > > > > There where some patches to implement input redirection in

Re: [compiz] status of input redirection

2007-06-01 Thread David Reveman
On Fri, 2007-06-01 at 13:28 -0400, Kristian Høgsberg wrote: > On 5/31/07, David Reveman <[EMAIL PROTECTED]> wrote: > > On Tue, 2007-05-29 at 08:53 +0200, dragoran wrote: > > > There where some patches to implement input redirection in xorg a while > > > ago... > > > what happend to them? are they s

Re: [compiz] status of input redirection

2007-06-01 Thread Kristian Høgsberg
On 5/31/07, David Reveman <[EMAIL PROTECTED]> wrote: > On Tue, 2007-05-29 at 08:53 +0200, dragoran wrote: > > There where some patches to implement input redirection in xorg a while > > ago... > > what happend to them? are they still beeing worked on? > > The attached patches work well. The server

Re: [compiz] status of input redirection

2007-05-31 Thread David Reveman
On Tue, 2007-05-29 at 08:53 +0200, dragoran wrote: > There where some patches to implement input redirection in xorg a while > ago... > what happend to them? are they still beeing worked on? The attached patches work well. The server patch needs some more work if we want to allow different picker

[compiz] status of input redirection

2007-05-28 Thread dragoran
There where some patches to implement input redirection in xorg a while ago... what happend to them? are they still beeing worked on? ___ compiz mailing list compiz@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/compiz