Re: [PATCH weston 30/31] Add weston_compositor::input_init

2012-05-31 Thread Daniel Stone
Hi, On 31 May 2012 21:58, Kristian Høgsberg wrote: > On Wed, May 30, 2012 at 04:32:08PM +0100, Daniel Stone wrote: >> This function gets called after backend_init, so compositors can add >> their input devices slightly later on in the process.  This gives us a >> chance to set the default XKB rul

Re: [PATCH weston 30/31] Add weston_compositor::input_init

2012-05-31 Thread Kristian Høgsberg
On Wed, May 30, 2012 at 04:32:08PM +0100, Daniel Stone wrote: > This function gets called after backend_init, so compositors can add > their input devices slightly later on in the process. This gives us a > chance to set the default XKB rulesets, in particular. I don't like input_init. The start

[PATCH weston 30/31] Add weston_compositor::input_init

2012-05-30 Thread Daniel Stone
This function gets called after backend_init, so compositors can add their input devices slightly later on in the process. This gives us a chance to set the default XKB rulesets, in particular. Signed-off-by: Daniel Stone --- src/compositor-drm.c | 18 -- src/compositor-wa