Re: [PATCH weston] xwm: do not crash when activating a NULL surface

2013-08-10 Thread Bill Spitzak
On 08/10/2013 08:23 AM, Giulio Camuffo wrote: --- src/xwayland/window-manager.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/xwayland/window-manager.c b/src/xwayland/window-manager.c index d565888..b710560 100644 --- a/src/xwayland/window-manager.c +++ b/src/xwa

[PATCH weston] compositor: add a layer clipping mechanism

2013-08-10 Thread Giulio Camuffo
this adds a mechanism to clip the surfaces belonging to a layer to an arbitrary rect --- This is a rebase and v2 of http://lists.freedesktop.org/archives/wayland-devel/2013-April/008548.html I'm using this functionality in my shell plugin (https://github.com/giucam/orbital/tree/workspaces) to i

Re: [RDP compositor] peer's output is enabled at connexion The peer's flags were badly set when the peer had just connect, this patch sets the output as enable at connection.

2013-08-10 Thread David FORT
On 10/08/2013 22:53, Hardening wrote: --- src/compositor-rdp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) [...] Sorry for the bad header formatting. I forgot to precise it was for stable-1.2 and for master and to say that all credits goes to Marek Romanowicz who does all the i

[RDP compositor] peer's output is enabled at connexion The peer's flags were badly set when the peer had just connect, this patch sets the output as enable at connection.

2013-08-10 Thread Hardening
--- src/compositor-rdp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compositor-rdp.c b/src/compositor-rdp.c index 191d673..4d369cc 100644 --- a/src/compositor-rdp.c +++ b/src/compositor-rdp.c @@ -571,7 +571,7 @@ static void rdp_peer_context_new(freerdp_peer* client, R

[PATCH weston] xwm: do not crash when activating a NULL surface

2013-08-10 Thread Giulio Camuffo
--- src/xwayland/window-manager.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/xwayland/window-manager.c b/src/xwayland/window-manager.c index d565888..b710560 100644 --- a/src/xwayland/window-manager.c +++ b/src/xwayland/window-manager.c @@ -610,11 +610,15 @@ stati

[PATCH weston] Install shared/zalloc.h

2013-08-10 Thread Giulio Camuffo
Plugins need to have it available, as it is included in compositor.h. --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index c7ce982..929de31 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -93,7 +93,8 @@ westoninclud