[PATCH 1/2] wayland-web: Update documentation for EFL toolkit web page

2017-03-21 Thread Chris Michael
This patch updates the documentation for building EFL with wayland support on the wayland web site. Signed-off-by: Chris Michael <cp.mich...@samsung.com> --- efl.html | 16 +--- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/efl.html b/efl.html index 024109a..5

[PATCH] libinput-device: Remove unnecessary function call

2016-02-22 Thread Chris Michael
When we handle keyboard key events, we already retrieve the key state at the top of this function, so there is no real need to call the same libinput function again as we can just reuse the 'key_state' variable that we have above. Signed-off-by: Chris Michael <cpmich...@osg.samsung.com> --

[PATCH] libinput-device: Remove unnecessary function call

2016-02-19 Thread Chris Michael
When we handle pointer button events, we already retrieve the button state at the top of this function, so there is no real need to call the same function again as we can just reuse the 'button_state' variable that we have above. Signed-off-by: Chris Michael <cpmich...@osg.samsung.com> --

Re: [libinput] A query regaring key remap functionality

2015-12-20 Thread Chris Michael
On 12/18/2015 01:20 AM, 박성진 wrote: Dear all, I have a query regarding key remap functionality. As of now, there is no key remap functionality provided by libinput. Personally, if libinput is going to "handle input" .. then it SHOULD be handling (or at least providing) API for "users" where

[PATCH] clients: Fix compositor version check for WL_SURFACE_DAMAGE_BUFFER_SINCE_VERSION

2015-12-20 Thread Chris Michael
Signed-off-by: Chris Michael <cpmich...@osg.samsung.com> --- clients/simple-damage.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clients/simple-damage.c b/clients/simple-damage.c index 37a81f5..24c67cc 100644 --- a/clients/simple-damage.c +++ b/clients/simple-da

[PATCH] cosmetic: Remove use of C++ style comments

2015-12-03 Thread Chris Michael
Patch updated to remove dead lines as suggested by Daniel Stone Signed-off-by: Chris Michael <cp.mich...@samsung.com> --- src/compositor-rdp.c | 1 - src/vaapi-recorder.c | 2 +- tests/weston-test.c | 2 +- xwayland/window-manager.c | 2 -- 4 files changed, 2 insertions

[PATCH] cosmetic: Remove use of C++ style comments

2015-12-03 Thread Chris Michael
Signed-off-by: Chris Michael <cp.mich...@samsung.com> --- src/compositor-rdp.c | 2 +- src/vaapi-recorder.c | 2 +- tests/weston-test.c | 2 +- xwayland/window-manager.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/compositor-rdp.c b/src/comp

[PATCH] compositor: Remove unused weston_surface_to_buffer function

2015-11-30 Thread Chris Michael
The function 'weston_surface_to_buffer' is unused by compositor and clients inside weston, so it should be safe to remove this function Signed-off-by: Chris Michael <cp.mich...@samsung.com> --- src/compositor.c | 13 - src/compositor.h | 3 --- 2 files changed, 16 deletions(-)

[PATCH] main: Remove unused function load_backend_new()

2015-11-30 Thread Chris Michael
This function is unused throughout the entire weston source tree, so remove it. It seems that the "load_backend" function is the one currently being used Signed-off-by: Chris Michael <cp.mich...@samsung.com> --- src/main.c | 17 - 1 file changed, 17 deletions(-)

[PATCH] compositor: Fix comment of subsurface_commit_to_cache function

2015-11-26 Thread Chris Michael
commit 57388e44e5 accidentally changed the comment in compositor.c::subsurface_commit_to_cache Signed-off-by: Chris Michael <cp.mich...@samsung.com> --- src/compositor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compositor.c b/src/compositor.c index 65abb72..d

[PATCH 1/2] compositor: Remove extra blank line

2015-11-23 Thread Chris Michael
Signed-off-by: Chris Michael <cp.mich...@samsung.com> --- src/compositor.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compositor.c b/src/compositor.c index bbac110..5fa30cb 100644 --- a/src/compositor.c +++ b/src/compositor.c @@ -768,7 +768,6 @@ weston_matrix_transform_

[PATCH 2/2] clients: Adjust grammar of comment for toysurface->prepare function pointer

2015-11-23 Thread Chris Michael
Signed-off-by: Chris Michael <cp.mich...@samsung.com> --- clients/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/window.c b/clients/window.c index bf3c470..5d69116 100644 --- a/clients/window.c +++ b/clients/window.c @@ -145,7 +145,7 @@ struct window_

[PATCH] compositor.h: Remove unused variable from weston_seat structure

2015-11-18 Thread Chris Michael
This variable may have been used previously when evdev.c was used however that functionality seems to have been consumed by libinput, so there is no need for this variable in the weston_seat structure anymore. Signed-off-by: Chris Michael <cp.mich...@samsung.com> --- src/compositor.h |

[PATCH] compositor-drm: pass NULL to mmap() instead of 0 as the address

2015-11-10 Thread Chris Michael
mmap() function expects to be passed a void pointer as the address here. In order for the kernel to choose a proper address, we should be passing NULL instead of 0 Signed-off-by: Chris Michael <cp.mich...@samsung.com> --- src/compositor-drm.c | 2 +- 1 file changed, 1 insertion(+), 1 de

[PATCH] weston-input: Reformat weston_log line to add missing space between words

2015-10-07 Thread Chris Michael
Signed-off-by: Chris Michael <cp.mich...@samsung.com> --- src/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input.c b/src/input.c index e230c83..2e5cd04 100644 --- a/src/input.c +++ b/src/input.c @@ -1571,7 +1571,7 @@ notify_touch(struct weston_seat

[PATCH 1/4] ivi-shell: Add missing '\n' in weston_log function usage

2015-10-01 Thread Chris Michael
Signed-off-by: Chris Michael <cp.mich...@samsung.com> --- ivi-shell/hmi-controller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivi-shell/hmi-controller.c b/ivi-shell/hmi-controller.c index c388164..5cc76d3 100644 --- a/ivi-shell/hmi-controller.c +++ b/ivi-she

[PATCH 3/4] cms-colord: Add missing '\n' in weston_log usage

2015-10-01 Thread Chris Michael
Signed-off-by: Chris Michael <cp.mich...@samsung.com> --- src/cms-colord.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cms-colord.c b/src/cms-colord.c index 1e61feb..c88eb11 100644 --- a/src/cms-colord.c +++ b/src/cms-colord.c @@ -145,7

[PATCH 2/4] screen-share: Add missing '\n' in weston_log usage

2015-10-01 Thread Chris Michael
Signed-off-by: Chris Michael <cp.mich...@samsung.com> --- src/screen-share.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/screen-share.c b/src/screen-share.c index e5f91ea..d961c89 100644 --- a/src/screen-share.c +++ b/src/screen-share.c @@ -438,13 +

[PATCH 4/4] compositor-rdp: Add missing '\n' in weston_log usage

2015-10-01 Thread Chris Michael
Signed-off-by: Chris Michael <cp.mich...@samsung.com> --- 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 c221eb9..7272f41 100644 --- a/src/compositor-rdp.c +++ b/src/compositor-rdp.c @@ -1241,7 +

[PATCH] compositor-wayland: Terminate weston_log error message

2015-09-29 Thread Chris Michael
Please find attached patch to fix issue with weston_log message not ending with a return From 8de51c0e54d6a60a5c326ec3af1c0134044be5ce Mon Sep 17 00:00:00 2001 From: Chris Michael <cp.mich...@samsung.com> Date: Mon, 28 Sep 2015 15:24:18 -0400 Subject: [PATCH] compositor-wayland: Ter

RE: [E-devel] [PATCH 0/3 v3] Add Copy and Paste support for wayland engine

2012-08-06 Thread Chris Michael
Alex, Would you mind resending these patches as attachments, and not inline in the message ? Thanks :) Dh -Original Message- From: zhiwen...@linux.intel.com [mailto:zhiwen...@linux.intel.com] Sent: 03 August 2012 09:02 To: enlightenment-de...@lists.sourceforge.net Cc:

RE: [E-devel] [PATCH 0/3 v3] Add Copy and Paste support for wayland engine

2012-08-03 Thread Chris Michael
Thank you Alex for the patches !! :) I do not think I will have time to get to them today (and I know I have delayed these patches all week) :( It's just that for something this large, it will take time to review, test, etc, etc...and I don't have that time available today :( However, I will make

RE: [E-devel] [PATCH 0/2] This patch set add Copy and Paste support for wayland backend.

2012-07-26 Thread Chris Michael
Thanks for the patches :) I will try to make time to review them this week. Much appreciated :) Cheers, Dh -Original Message- From: zhiwen...@linux.intel.com [mailto:zhiwen...@linux.intel.com] Sent: 26 July 2012 10:18 To: enlightenment-de...@lists.sourceforge.net Cc: