Re: [PATCH weston v3 0/3] compositor-x11: improving handling of mouse events

2016-08-15 Thread Quentin Glidic
On 30/06/2016 20:54, Benoit Gschwind wrote: v3: - change the patch log of patch 3 v2: - fix assert to comply weston coding style. v1: - add some sanity checking, - remove redundant viarable, - use a better X11 passive grab Benoit Gschwind (3): compositor-x11: add assert to avoid misuse

[PATCH weston v3 0/3] compositor-x11: improving handling of mouse events

2016-06-30 Thread Benoit Gschwind
v3: - change the patch log of patch 3 v2: - fix assert to comply weston coding style. v1: - add some sanity checking, - remove redundant viarable, - use a better X11 passive grab Benoit Gschwind (3): compositor-x11: add assert to avoid misuse of x11_backend_deliver_button_event com