Re: [PATCH libinput 2/3] udev: split libinput_udev context init into two functions

2014-06-16 Thread Hans de Goede
Hi, On 06/13/2014 04:48 AM, Peter Hutterer wrote: > This is preparation work for context-specific log handlers. > > Callers are now encouraged to first initialize the context with > libinput_udev_create_context() and then set the seat for this context with > libinput_udev_set_seat(). > > In the

[PATCH libinput 2/3] udev: split libinput_udev context init into two functions

2014-06-12 Thread Peter Hutterer
This is preparation work for context-specific log handlers. Callers are now encouraged to first initialize the context with libinput_udev_create_context() and then set the seat for this context with libinput_udev_set_seat(). In the upcoming patch to support context-specific log handlers this enab