[RFC wayland v1 1/1] private, server: Make define consistent, reorder include

2016-05-23 Thread Yong Bakos
From: Yong Bakos wayland-private.h defines WL_HIDE_DEPRECATED with a token-string, which is unnecessary. Remove the token-string from the define. wayland-server.h includes wayland-server-protocol.h at the end of the file, after the ifndef WL_HIDE_DEPRECATED block, but

[RFC wayland v1 0/1] private, server: Make define consistent, reorder include

2016-05-23 Thread Yong Bakos
From: Yong Bakos I believe I'm making sane decisions in this patch, but I'm marking it RFC and cc'ing Giulio specifically. If I'm wrong here, please do not spend a lot of time explaining why (because if this isn't sane, then I don't want to take up your time). Thank

Re: [ANNOUNCE] wayland 1.10.91

2016-05-23 Thread Jonas Ã…dahl
On Mon, May 23, 2016 at 02:22:45PM -0700, Bryce Harrington wrote: > On Fri, May 20, 2016 at 03:35:15PM -0700, Bryce Harrington wrote: > > On Wed, May 11, 2016 at 12:11:50PM -0700, Bryce Harrington wrote: > > > On Fri, May 06, 2016 at 02:17:23PM +0300, Pekka Paalanen wrote: > > > > On Wed, 4 May

[PATCH wayland] shm, server, server-core: Move deprecated prototype

2016-05-23 Thread Yong Bakos
From: Yong Bakos wayland-server-core.h contains the prototype of wl_shm_buffer_create, which is marked WL_DEPRECATED. Move the prototype out of wayland-server-core.h and into the group of deprecated prototypes in wayland-server.h. Add the prototype before the

[PATCH wayland] server, server-core: Minimize fwd decs, use macro, and format

2016-05-23 Thread Yong Bakos
From: Yong Bakos wayland-server.h: Adjust line breaks between prototypes. wayland-server-core.h: Adjust line breaks between prototypes. Adjust space between splats and identifiers. Remove unconventional linebreak before first parameter. Add line breaks after return

[PATCH wayland] client-core: Add missing line breaks

2016-05-23 Thread Yong Bakos
From: Yong Bakos Signed-off-by: Yong Bakos --- src/wayland-client-core.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wayland-client-core.h b/src/wayland-client-core.h index b1d6515..dfd3e18 100644 --- a/src/wayland-client-core.h

Re: writing Was: [PATCH weston 1/5] gl-renderer: Rename gl_renderer_create to gl_renderer_display_create

2016-05-23 Thread Bryce Harrington
On Wed, May 18, 2016 at 06:33:15PM -0400, Yong Bakos wrote: > Hi, > I'm partly to blame for the bikeshedding on writing, yet believe me, > I'm always asking "is this worth it?", prioritizing corrections/clarity > over mere style judgements, and am definitely sensitive to > everyone's cognitive

Re: [ANNOUNCE] wayland 1.10.91

2016-05-23 Thread Bryce Harrington
On Fri, May 20, 2016 at 03:35:15PM -0700, Bryce Harrington wrote: > On Wed, May 11, 2016 at 12:11:50PM -0700, Bryce Harrington wrote: > > On Fri, May 06, 2016 at 02:17:23PM +0300, Pekka Paalanen wrote: > > > On Wed, 4 May 2016 11:46:23 -0700 > > > Bryce Harrington wrote: >

Re: [PATCH weston v3] configure: unify wayland-client and wayland-server requirements

2016-05-23 Thread Bryce Harrington
On Mon, May 23, 2016 at 11:43:29AM +0300, Pekka Paalanen wrote: > From: Pekka Paalanen > > This introduces a variable common for both wayland-client and > wayland-server required version number. As most developers usually build > everything, testing server and

[PATCH weston v3] build: Define wayland prereq version

2016-05-23 Thread Bryce Harrington
Establishes a single variable for defining the libwayland version requirements. Enforces the same version dependency between libwayland-client and libwayland-server, as per the 1.11 release discussions. This also sets wayland-client's required version to 1.10, same as for the server.

Re: [PATCH v2 libinput 1/2] udev: mark ALPS touchpads fw version 300 as wobbly touchpads

2016-05-23 Thread Hans de Goede
Hi, On 23-05-16 06:49, Peter Hutterer wrote: Includes the Dell Lattitude E5420 but since all alps touchpads with the same fw version are the same (as far as we know) hooking this off the firmware version should cover this generation. https://bugzilla.redhat.com/show_bug.cgi?id=1336084