Re: [weston] [PATCH] string-helpers.h: Fix usage on musl libc

2016-09-23 Thread Yong Bakos
On Sep 23, 2016, at 8:40 PM, Kylie McClain wrote: > > On musl, int32_t is defined in stdint.h. > > Signed-off-by: Kylie McClain Reviewed-by: Yong Bakos yong > --- > shared/string-helpers.h | 1 + > 1 file changed, 1

[weston] [PATCH] string-helpers.h: Fix usage on musl libc

2016-09-23 Thread Kylie McClain
On musl, int32_t is defined in stdint.h. Signed-off-by: Kylie McClain --- shared/string-helpers.h | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/string-helpers.h b/shared/string-helpers.h index 5dc75d6..c8ce449 100644 --- a/shared/string-helpers.h +++

[PATCH weston] libweston-desktop: fix stale ping when a surface is destroyed

2016-09-23 Thread Giulio Camuffo
When sending a ping event to a surface using the wl_shell interface, if that surface is destroyed before we receive the pong we will never receive it, even if the client is actually responsive, since the interface does not exist anymore. So when the surface if destroyed pretend it's a pong and

Re: [PATCH v2] xdg-shell: validate positioner object

2016-09-23 Thread Yong Bakos
On Sep 23, 2016, at 12:31 AM, Sjoerd Simons wrote: > > According to the xdg-shell v6 protocol a positioner object is only > complete if both the size and its anchor rectangle are set. Ensure the > weston clients do this and let weston be more strict on checking if

[ANNOUNCE] libinput 1.4.3

2016-09-23 Thread Peter Hutterer
libinput 1.4.3 is now available. This is the last version of the 1.4 branch, please consider updating to 1.5.x The release includes one fix for tablets that send a serial number after the initial proximity event and a few fixes for touchpads, mostly in the form of quirks. The last commit fixes

Re: [PATCH wayland 0/4] Untangle the symbol export duplication

2016-09-23 Thread Emil Velikov
On 19 September 2016 at 07:08, Daniel Stone wrote: > Hi, > I do think this is best discussed in-person later in the week, but one > quick note ... > > On 16 September 2016 at 14:47, Emil Velikov wrote: >> On 16 September 2016 at 10:46, Pekka

[PATCH v2] xdg-shell: validate positioner object

2016-09-23 Thread Sjoerd Simons
According to the xdg-shell v6 protocol a positioner object is only complete if both the size and its anchor rectangle are set. Ensure the weston clients do this and let weston be more strict on checking if a client has done so. This also fixes weston-terminal popups not showing up on gnome-shell

Re: [PATCH] xdg-shell: validate positioner object

2016-09-23 Thread Jonas Ã…dahl
On Fri, Sep 23, 2016 at 08:58:21AM +0200, Sjoerd Simons wrote: > According to the xdg-shell v6 protocol a positioner object is only > complete if both the size and its anchor are set. Ensure the weston nit: anchor *rectangle*. You don't need to set the anchor, as it'll default to 'none'. >

[PATCH] xdg-shell: validate positioner object

2016-09-23 Thread Sjoerd Simons
According to the xdg-shell v6 protocol a positioner object is only complete if both the size and its anchor are set. Ensure the weston clients do this and let weston be more strict on checking if a client has done so. This also fixes weston-terminal popups not showing up on gnome-shell 3.22.