Re: [PATCH 6/9] evdev: organize main event processing loop

2011-10-24 Thread Kristian Høgsberg
2011/10/24 Kristian Høgsberg : > On Mon, Oct 24, 2011 at 10:42 AM, Tiago Vignatti > wrote: >> No functional changes on this commit, but the general idea was stolen from X >> input evdev with the intents of copying pretty much the way done there which >> will ease next when implementing a smarter m

Re: [PATCH 6/9] evdev: organize main event processing loop

2011-10-24 Thread Kristian Høgsberg
On Mon, Oct 24, 2011 at 10:42 AM, Tiago Vignatti wrote: > No functional changes on this commit, but the general idea was stolen from X > input evdev with the intents of copying pretty much the way done there which > will ease next when implementing a smarter method for computing valuators. > > Sig

[PATCH 6/9] evdev: organize main event processing loop

2011-10-24 Thread Tiago Vignatti
No functional changes on this commit, but the general idea was stolen from X input evdev with the intents of copying pretty much the way done there which will ease next when implementing a smarter method for computing valuators. Signed-off-by: Tiago Vignatti --- compositor/evdev.c | 124 +++