[PATCH weston] dmabuf: Fix grammar in a comment

2016-07-06 Thread Bryce Harrington
Signed-off-by: Bryce Harrington --- libweston/linux-dmabuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libweston/linux-dmabuf.c b/libweston/linux-dmabuf.c index 78e77a2..a91ae85 100644 --- a/libweston/linux-dmabuf.c +++ b/libweston/linux-dmabuf.c

[PATCH weston] xwayland: Grammar fixes

2016-07-06 Thread Bryce Harrington
Signed-off-by: Bryce Harrington --- xwayland/xwayland-api.h | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/xwayland/xwayland-api.h b/xwayland/xwayland-api.h index 4be87e5..9a16147 100644 --- a/xwayland/xwayland-api.h +++

[PATCH weston] xwayland: Cleanup error message on spawn failure Signed-off-by: Bryce Harrington <br...@osg.samsung.com>

2016-07-06 Thread Bryce Harrington
Signed-off-by: Bryce Harrington --- compositor/xwayland.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compositor/xwayland.c b/compositor/xwayland.c index 9fa7600..9881cd9 100644 --- a/compositor/xwayland.c +++ b/compositor/xwayland.c @@ -146,7

[PATCH weston] xwayland: Include missing config.h

2016-07-06 Thread Bryce Harrington
Signed-off-by: Bryce Harrington --- compositor/xwayland.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compositor/xwayland.c b/compositor/xwayland.c index 26eda20..9fa7600 100644 --- a/compositor/xwayland.c +++ b/compositor/xwayland.c @@ -24,6 +24,8 @@ *

[RFC PATCH wayland] wayland-server: Add API to control globals visibility

2016-07-06 Thread Olivier Fourdan
Add a new API to let compositor decide whether or not a wl_global should be advertised to the clients via wl_registry_bind() or display_get_registry() By using its own filter, the compositor can decide which wl_global would be listed to clients. Compositors can use this mechanism to hide their

Re: [PATCH weston 3/6] README: Document versioning scheme, forward compatibility

2016-07-06 Thread Emil Velikov
On 5 July 2016 at 15:46, Pekka Paalanen wrote: > On Mon, 4 Jul 2016 15:23:51 +0100 > Emil Velikov wrote: > >> From: Emil Velikov >> >> Signed-off-by: Emil Velikov >> --- >> Pekka, >> >>

Re: [PATCH weston 2/2] automake: add missing git-version.h dependency

2016-07-06 Thread Emil Velikov
On 5 July 2016 at 13:18, Quentin Glidic wrote: > On 04/07/2016 15:57, Emil Velikov wrote: >> >> From: Emil Velikov >> >> compositor/main.c depends on the header, while the dependency isn't >> specified. Thus depending on the order of

Re: [PATCH wayland-protocols v7] text: Create second version of text input protocol

2016-07-06 Thread Jan Arne Petersen
On Wed, Jul 6, 2016, 01:44 Jonas Ã…dahl wrote: > On Wed, Jul 06, 2016 at 12:26:28AM +0200, Jan Arne Petersen wrote: > > On Thu, Jun 9, 2016 at 1:01 PM Carlos Garnacho > wrote: > > > > Hi Carlos, > > > > Thanks for the feedback. > > > > > > > > Chiming in, and

Re: Override redirect windows with keyboard grabs on Xwayland

2016-07-06 Thread Olivier Fourdan
Hi Adam, > > That mechanism would probably not work as is with O-R windows for a > > couple of reasons: > > Your descriptions here seem to assume the inability to fix the > compositor, which to me seems... insane? No, I did not assume this, but I find focus management in X11 to be quite