[PATCH] compositor-drm: pass NULL to mmap() instead of 0 as the address

2015-11-10 Thread Chris Michael
mmap() function expects to be passed a void pointer as the address here. In order for the kernel to choose a proper address, we should be passing NULL instead of 0 Signed-off-by: Chris Michael --- src/compositor-drm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [RFC wayland] protocol: Add wl_surface.buffer_damage

2015-11-10 Thread Bill Spitzak
On Mon, Nov 9, 2015 at 11:47 PM, Pekka Paalanen wrote: > On Mon, 9 Nov 2015 10:28:13 -0800 > Bill Spitzak wrote: > > > I believe wl_surface.damage should be defined as "the same as > > w_surface.buffer_damage if the only transforms are due to an integer >

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

2015-11-10 Thread Peter Hutterer
On Fri, Nov 06, 2015 at 09:26:47AM +0800, Jonas Ådahl wrote: > On Thu, Nov 05, 2015 at 12:21:29PM -0600, Derek Foreman wrote: > > On 04/11/15 07:24 PM, Jonas Ådahl wrote: > > > On Thu, Nov 05, 2015 at 08:44:57AM +1000, Peter Hutterer wrote: > > >> On Wed, Nov 04, 2015 at 09:57:35AM +0800, Jonas

Re: [RFC wayland] doc: generate doxygen html output from the scanner

2015-11-10 Thread Bill Spitzak
On Mon, Nov 9, 2015 at 8:12 PM, Peter Hutterer wrote: > > The GENERATE_TAGFILE option generates a list of all items in xml format > like > this: > > struct wl_event_queue * > wl_display_create_queue > wayland-client-core_8h.html >

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

2015-11-10 Thread Carlos Garnacho
Hey, On Tue, Nov 10, 2015 at 10:47 PM, Peter Hutterer wrote: > On Fri, Nov 06, 2015 at 09:26:47AM +0800, Jonas Ådahl wrote: >> On Thu, Nov 05, 2015 at 12:21:29PM -0600, Derek Foreman wrote: >> > On 04/11/15 07:24 PM, Jonas Ådahl wrote: >> > > On Thu, Nov 05, 2015 at

Re: [RFC wayland] doc: generate doxygen html output from the scanner

2015-11-10 Thread Peter Hutterer
On 10/11/2015 18:06 , Pekka Paalanen wrote: On Tue, 10 Nov 2015 14:12:48 +1000 Peter Hutterer wrote: On Mon, Nov 09, 2015 at 09:32:52AM +0200, Pekka Paalanen wrote: On Sat, 7 Nov 2015 09:53:10 +1000 Peter Hutterer wrote: On 7/11/2015

Re: [RFC wayland] doc: generate doxygen html output from the scanner

2015-11-10 Thread Pekka Paalanen
On Tue, 10 Nov 2015 14:12:48 +1000 Peter Hutterer wrote: > On Mon, Nov 09, 2015 at 09:32:52AM +0200, Pekka Paalanen wrote: > > On Sat, 7 Nov 2015 09:53:10 +1000 > > Peter Hutterer wrote: > > > > > On 7/11/2015 01:27 , Pekka Paalanen wrote: >

Re: Patchwork missing the rest of the series (Re: [PATCH wayland 0/3] Restore DTD and use wayland-scanner to validate)

2015-11-10 Thread Damien Lespiau
On Mon, Nov 09, 2015 at 11:25:17AM +0200, Pekka Paalanen wrote: > Hi Damien, Hi Pekka, > I just noticed that from this patch series of three, only 1/3 shows up > in Patchwork as http://patchwork.freedesktop.org/patch/64191/ . > The rest are: >