Re: [ANNOUNCE] wayland-protocols 1.12

2017-12-01 Thread ferreiradaselva
Thank you!!! -- Felipe Ferreira da Silva Sent with [ProtonMail](https://protonmail.com) Secure Email. > Original Message > Subject: [ANNOUNCE] wayland-protocols 1.12 > Local Time: December 1, 2017 11:41 PM > UTC Time: December 2, 2017 2:41 AM > From: jad...@gmail.com > To: wayl

[PATCH wayland] protocol: Add deprecation note about wl_shell

2017-12-01 Thread Jonas Ådahl
Now that xdg_shell is stable and much better defined than wl_shell we can finally deprecate wl_shell and guide users towards xdg_shell instead. Signed-off-by: Jonas Ådahl --- Eventually we can consider adding deprecation attributes the XML nodes that'll turn into compiler warnings, but this is

[ANNOUNCE] wayland-protocols 1.12

2017-12-01 Thread Jonas Ådahl
wayland-protocols 1.12 is now available. This version includes the new stable version of the XDG Shell protocol. In short, the difference between the XDG Shell stable and the last unstable version include (among other things): * The base interface and the global exposed via the registry changed

Re: [PATCH weston v4] xwm: Add icon support to the frame

2017-12-01 Thread Quentin Glidic
On 12/1/17 7:20 PM, Emmanuel Gil Peyrot wrote: This fetches the _NET_WM_ICON property of the X11 window, and use the first image found as the frame icon. This has been tested with various X11 programs, and improves usability and user-friendliness a bit. Changes since v1: - Changed frame_button_

[PATCH weston v4] xwm: Add icon support to the frame

2017-12-01 Thread Emmanuel Gil Peyrot
This fetches the _NET_WM_ICON property of the X11 window, and use the first image found as the frame icon. This has been tested with various X11 programs, and improves usability and user-friendliness a bit. Changes since v1: - Changed frame_button_create() to use frame_button_create_from_surfac

Re: [PATCH wayland] connection: Print the content of arrays in closures

2017-12-01 Thread Emmanuel Gil Peyrot
On Fri, Dec 01, 2017 at 05:08:15PM +, Daniel Stone wrote: > Hi, > > On 10 July 2017 at 19:28, Emmanuel Gil Peyrot > wrote: > > The current behaviour when WAYLAND_DEBUG is set is to print “array”, > > which is quite unhelpful. > > > > This patch prints a list of the bytes present in the array.

[PATCH weston] tests: Fix integer overflows on 32-bit systems

2017-12-01 Thread Alexandros Frantzis
Ensure that the integer type used in expressions involving multiplication with NSEC_PER_SEC is large enough to avoid overflows on 32-bit systems. In the expressions fixed by this patch a 64-bit type (long long) is required. Signed-off-by: Alexandros Frantzis --- tests/timespec-test.c | 4 ++-- 1

Re: [systemd-devel] [PATCH weston] doc/systemd: system service example

2017-12-01 Thread Lennart Poettering
On Fr, 01.12.17 13:42, Pekka Paalanen (ppaala...@gmail.com) wrote: > > > > This is racy, as the session ID is not really reliably predictable, > > > > and is synthesized in different contexts in different ways, for > > > > example depnding on whether audit is enabled in the kernel it might be > >

Re: [PATCH weston] weston-info: Add support for zwp_linux_dmabuf_v1

2017-12-01 Thread Daniel Stone
Hi, On 3 October 2017 at 14:36, Emmanuel Gil Peyrot wrote: > This now prints each (format, modifier) tuple, to show which ones the > compositor sends to its clients. It is only implemented for version 3+, > since I didn’t have any compositor implementing previous versions, and > the old `format`

Re: [PATCH wayland] connection: Print the content of arrays in closures

2017-12-01 Thread Daniel Stone
Hi, On 10 July 2017 at 19:28, Emmanuel Gil Peyrot wrote: > The current behaviour when WAYLAND_DEBUG is set is to print “array”, > which is quite unhelpful. > > This patch prints a list of the bytes present in the array. It doesn’t > try to interpret it as uint32_t or anything, leaving that to th

Re: [PATCH wayland 2/4] tests: Mark tests as used, so they don’t get removed at link-time.

2017-12-01 Thread Daniel Stone
Hi, On 14 April 2017 at 19:48, Emmanuel Gil Peyrot wrote: > Without this attribute, these macros were making Weston’s tests fail to > build with LTO enabled. I've pushed all four of these (i.e. the two for Wayland, two for Weston) upstream now. Cheers, Daniel ___

Re: [PATCH weston] gl-renderer: Set pitch correctly for subsampled textures

2017-12-01 Thread Daniel Stone
Hi all, On 29 November 2017 at 18:49, Arnaud Vrac wrote: > this patch is Reviewed-by: Arnaud Vrac I've pushed this with a pile of tags now. Thanks everyone! Cheers, Daniel ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org https://lis

Re: [PATCH libinput] FreeBSD portability fixes

2017-12-01 Thread Greg V
On 12/01/2017 03:10, Peter Hutterer wrote: is there a freebsd image on the docker registry that's reliable? adding this to circleci seems like the only way to make sure it keeps building. CircleCI doesn't allow nested KVM so I guess you can only run slow software emulation in qemu… But you can

[PATCH v2 libinput] FreeBSD portability fixes

2017-12-01 Thread Greg V
--- .gitignore| 1 + include/linux/input.h | 4 meson.build | 39 ++- src/libinput-util.h | 4 test/litest.c | 9 - test/litest.h | 8 test/test-pointer.c | 2 ++ 7 files changed, 61 inse

Re: [systemd-devel] [PATCH weston] doc/systemd: system service example

2017-12-01 Thread Pekka Paalanen
On Thu, 30 Nov 2017 11:16:19 + Martyn Welch wrote: > On Thu, 2017-11-30 at 12:09 +0200, Pekka Paalanen wrote: > > On Wed, 29 Nov 2017 19:05:07 +0100 > > Lennart Poettering wrote: > > > > > On Di, 28.11.17 12:14, Pekka Paalanen (ppaala...@gmail.com) wrote: > > > > > > > + > > > > +[Unit