Re: [PATCH v5 wayland] protocol: add wl_pointer.frame, axis_source, axis_stop, and axis_discrete

2015-10-31 Thread Peter Hutterer
On 31/10/2015 09:17 , Bryce Harrington wrote: On Wed, Oct 28, 2015 at 03:34:31PM +1000, Peter Hutterer wrote: The frame event groups separate pointer events together. The primary use-case for this at the moment is diagonal scrolling - a vertical/horizontal scroll event can be grouped together to

FOSDEM16: Graphics DevRoom: call for speakers.

2015-10-31 Thread Luc Verhaegen
Hi, At FOSDEM on sunday 31st of january 2016, there will be another graphics DevRoom. URL: https://fosdem.org/2016/ At first, I wanted to skip another year (like in 2011), as speaker turn-out was disgracefully low last year. But when i heard from some usual speaker suspects earlier this month

[PATCH weston v3] drm: port the drm backend to the new init api

2015-10-31 Thread Giulio Camuffo
--- v3: fixed warning after rebase Makefile.am | 3 + src/compositor-drm.c | 234 --- src/compositor-drm.h | 87 +++ src/main.c | 129 +++- 4 files changed, 292 insertions(+), 161 deleti

[PATCH weston v2] drm: port the drm backend to the new init api

2015-10-31 Thread Giulio Camuffo
--- Makefile.am | 3 + src/compositor-drm.c | 234 --- src/compositor-drm.h | 87 +++ src/main.c | 127 +++- 4 files changed, 290 insertions(+), 161 deletions(-) create mode 100644 src/co