[PATCH][weston] vaapi-recorder: Fix allocator sizeof operand mismatch

2015-09-20 Thread Lucas Tanure
Result of 'calloc' is converted to a pointer of type 'unsigned int', which is incompatible with sizeof operand type 'int' Signed-off-by: Lucas Tanure --- src/vaapi-recorder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vaapi-recorder.c

PATCH

2015-09-20 Thread ahmet acar
Hi. I just tried to make a little contribution. Patch attached. regards.From 7425104627516fbc08340ead6452bfdb9858bd9b Mon Sep 17 00:00:00 2001 From: canatan Date: Sun, 20 Sep 2015 15:08:06 + Subject: [PATCH] Add a few nice features to weston-terminal Hi.This trivial

Re: State of Wayland protocol development

2015-09-20 Thread Jonas Ådahl
On Sat, Sep 19, 2015 at 10:35:19AM +0300, Giulio Camuffo wrote: > 2015-09-19 4:24 GMT+03:00 Jonas Ådahl : > > On Fri, Sep 18, 2015 at 07:12:10PM +0300, Giulio Camuffo wrote: > >> 2015-09-18 17:44 GMT+03:00 Jonas Ådahl : > >> > On Fri, Sep 18, 2015 at 04:35:52PM

Re: State of Wayland protocol development

2015-09-20 Thread Jonas Ådahl
On Sun, Sep 20, 2015 at 08:28:08PM -0700, Jasper St. Pierre wrote: > We can pick any number of strategies to deal with unstable protocols. > We can give it a special name, we can say that any version < 1000 is > considered unstable, we can use a special request. That's not too > important -- we're

Re: [PATCH][weston] desktop-shell: fix minimization of fullscreen surfaces

2015-09-20 Thread Manuel Bachmann
Hi folks, Any news on this one ? (https://patchwork.freedesktop.org/patch/46001/) Just tried, the problem still shows in latest master (if you fullscreen weston-terminal with [F11], and then minimize wih right-click -> "Minimize", the screen stays black). If the implementation not seeming