[PATCH] Add surface-layers protocol

2017-01-01 Thread Drew DeVault
Signed-off-by: Drew DeVault --- This patch introduces the concept of surface layers, which are used to make desktop shell components. This should be suitable for your own desktop shells, but also leaves the option for the user to bring along their own shell components. Note that this leaves aside

Re: [PATCH 00/16] weston: fix 24 minor typos

2017-01-01 Thread Yong Bakos
Hi Abdur, > On Jan 1, 2017, at 6:46 AM, Abdur Rehman wrote: > > Abdur Rehman (16): > clients: fix a couple of trivial typos > configure.ac: correct text > desktop-shell: fix a typo > ivi-shell: fix minor typos > compositor-drm: fix a couple of typos > compositor: fix a minor typo > man: f

[PATCH 13/16] zunitc: fix a couple of typos

2017-01-01 Thread Abdur Rehman
- even -> event - attatch -> attach Signed-off-by: Abdur Rehman --- tools/zunitc/src/zuc_collector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/zunitc/src/zuc_collector.h b/tools/zunitc/src/zuc_collector.h index f21e670..d123b27 100644 --- a/tools/zunitc/src/zuc_co

[PATCH 14/16] zunitc: fix a typo in a comment

2017-01-01 Thread Abdur Rehman
Signed-off-by: Abdur Rehman --- tools/zunitc/src/zuc_junit_reporter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/zunitc/src/zuc_junit_reporter.c b/tools/zunitc/src/zuc_junit_reporter.c index 5c6b762..df90640 100644 --- a/tools/zunitc/src/zuc_junit_reporter.c +++ b/

[PATCH 09/16] protocol: fix grammar

2017-01-01 Thread Abdur Rehman
a icon -> an icon Signed-off-by: Abdur Rehman --- protocol/ivi-hmi-controller.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/ivi-hmi-controller.xml b/protocol/ivi-hmi-controller.xml index 826763c..2015a38 100644 --- a/protocol/ivi-hmi-controller.xml +++ b/protoc

[PATCH 15/16] wcap: fix a typo in README

2017-01-01 Thread Abdur Rehman
Signed-off-by: Abdur Rehman --- wcap/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcap/README b/wcap/README index 0994a1b..0c0d0f0 100644 --- a/wcap/README +++ b/wcap/README @@ -50,7 +50,7 @@ into something more usable: WCAP File format The file format has a smal

[PATCH 16/16] xwayland: fix three minor typos

2017-01-01 Thread Abdur Rehman
Signed-off-by: Abdur Rehman --- xwayland/selection.c | 4 ++-- xwayland/window-manager.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xwayland/selection.c b/xwayland/selection.c index 9668d17..19a24d2 100644 --- a/xwayland/selection.c +++ b/xwayland/selection.c @@ -

[PATCH 10/16] releasing: fix a typo

2017-01-01 Thread Abdur Rehman
Fix duplicate word "the". Signed-off-by: Abdur Rehman --- releasing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasing.txt b/releasing.txt index 60952f9..cda0e21 100644 --- a/releasing.txt +++ b/releasing.txt @@ -73,7 +73,7 @@ To make a release of Weston and/or Way

[PATCH 07/16] man: fix grammar

2017-01-01 Thread Abdur Rehman
an user -> a user Signed-off-by: Abdur Rehman --- man/weston.ini.man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/weston.ini.man b/man/weston.ini.man index 2eac098..5466848 100644 --- a/man/weston.ini.man +++ b/man/weston.ini.man @@ -360,7 +360,7 @@ The DRM backend acc

[PATCH 11/16] shared/helpers.h: fix a typo in a comment

2017-01-01 Thread Abdur Rehman
Signed-off-by: Abdur Rehman --- shared/helpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/helpers.h b/shared/helpers.h index ac9ea8b..46f745d 100644 --- a/shared/helpers.h +++ b/shared/helpers.h @@ -64,7 +64,7 @@ extern "C" { #endif /** - * Returns a pointer

[PATCH 04/16] ivi-shell: fix minor typos

2017-01-01 Thread Abdur Rehman
- ivi-shell/hmi-controller.c:41: a to an - ivi-shell/hmi-controller.c:1296: Duplicated 'a' - ivi-shell/ivi-layout-export.h:28: An to A Signed-off-by: Abdur Rehman --- ivi-shell/hmi-controller.c| 4 ++-- ivi-shell/ivi-layout-export.h | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-

[PATCH 08/16] notes: fix a typo

2017-01-01 Thread Abdur Rehman
pratically -> practically Signed-off-by: Abdur Rehman --- notes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes.txt b/notes.txt index ba434a3..7a755f5 100644 --- a/notes.txt +++ b/notes.txt @@ -61,7 +61,7 @@ clients): - "window managers" The X Window Mana

[PATCH 03/16] desktop-shell: fix a typo

2017-01-01 Thread Abdur Rehman
Signed-off-by: Abdur Rehman --- desktop-shell/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c index 3913f95..8388dc3 100644 --- a/desktop-shell/shell.c +++ b/desktop-shell/shell.c @@ -1911,7 +1911,7 @@ shell_surface_set_out

[PATCH 05/16] compositor-drm: fix a couple of typos

2017-01-01 Thread Abdur Rehman
Signed-off-by: Abdur Rehman --- libweston/compositor-drm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libweston/compositor-drm.c b/libweston/compositor-drm.c index 70514ea..ecc872e 100644 --- a/libweston/compositor-drm.c +++ b/libweston/compositor-drm.c @@ -2844,7 +28

[PATCH 06/16] compositor: fix a minor typo

2017-01-01 Thread Abdur Rehman
emited -> emitted Signed-off-by: Abdur Rehman --- libweston/compositor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libweston/compositor.c b/libweston/compositor.c index 508c2a9..f9175fb 100644 --- a/libweston/compositor.c +++ b/libweston/compositor.c @@ -4326,7 +4326,7

[PATCH 12/16] shared: fix a typo in a comment

2017-01-01 Thread Abdur Rehman
Signed-off-by: Abdur Rehman --- shared/os-compatibility.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/os-compatibility.c b/shared/os-compatibility.c index 0599974..551f2a9 100644 --- a/shared/os-compatibility.c +++ b/shared/os-compatibility.c @@ -144,7 +144,7 @@ cre

[PATCH 02/16] configure.ac: correct text

2017-01-01 Thread Abdur Rehman
Fix duplicate occurrence of "and". Signed-off-by: Abdur Rehman --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 1e251bf..291c6bc 100644 --- a/configure.ac +++ b/configure.ac @@ -140,8 +140,8 @@ AC_ARG_ENABLE(xkbcommon,

[PATCH 01/16] clients: fix a couple of trivial typos

2017-01-01 Thread Abdur Rehman
Signed-off-by: Abdur Rehman --- clients/window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/window.c b/clients/window.c index ac35c3d..d75bc60 100644 --- a/clients/window.c +++ b/clients/window.c @@ -2781,7 +2781,7 @@ pointer_handle_motion(void *data, struct w

[PATCH 00/16] weston: fix 24 minor typos

2017-01-01 Thread Abdur Rehman
Abdur Rehman (16): clients: fix a couple of trivial typos configure.ac: correct text desktop-shell: fix a typo ivi-shell: fix minor typos compositor-drm: fix a couple of typos compositor: fix a minor typo man: fix grammar notes: fix a typo protocol: fix grammar releasing: fix a