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

2016-05-23 Thread Giulio Camuffo
Hi, 2016-05-24 4:27 GMT+03:00 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

[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 it is not necessary for the

[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 you, yong Yong Bakos (1):

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 201

[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 implementation in wayland-shm.c. Th

[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 types. Remove unnecessary forw

[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 +++ b/src/wayland-client-core.h @@ -150,10 +150,12 @

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 band

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: > > > > > > > On Wed, May

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 client version requirements separate

[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. Signed-off-

Re: [GSoC] The coding begins

2016-05-23 Thread Armin Krezović
On 23.05.2016 15:56, Pekka Paalanen wrote: > Hi Armin, > Hello. > the community bonding period is over, and today is the first day of the > official coding period. How is it going? :-) > I was busy this past week, but now the things started to calm down. > We had a chat in IRC a while back, a

[GSoC] The coding begins

2016-05-23 Thread Pekka Paalanen
Hi Armin, the community bonding period is over, and today is the first day of the official coding period. How is it going? :-) We had a chat in IRC a while back, and I asked for some things: - a place where you will report your weekly progress (a website), which accumulates into something of a

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 Signed-o

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

2016-05-23 Thread Quentin Glidic
On 23/05/2016 10:43, 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 client version requirements separately is more poorly tested than

Re: [PATCH weston] clients: Add a weston-autorotater client and rotater protocol

2016-05-23 Thread Pekka Paalanen
On Sat, 21 May 2016 03:43:04 +0100 Emmanuel Gil Peyrot wrote: > This client uses libiio to retrieve accelerometer values from the iio > subsystem on Linux (and maybe some other kernels), and automatically > rotate the output whenever orientation changed. > > I tested it with a mma8453 accelerome

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

2016-05-23 Thread Pekka Paalanen
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 client version requirements separately is more poorly tested than version requirements in general. The server

Re: [systemd-devel] [ANNOUNCE] systemd v230

2016-05-23 Thread Daniel Vetter
On Mon, May 23, 2016 at 11:12:05AM +0900, Michel Dänzer wrote: > On 22.05.2016 18:02, Alexander E. Patrakov wrote: > > 22.05.2016 13:33, Alexander E. Patrakov пишет: > >> 22.05.2016 03:51, Zbigniew Jędrzejewski-Szmek пишет: > >>> Hi, > >>> > >>> systemd v230 has been tagged. Enjoy! > >>> > >>> CHAN