This patch updates the documentation for building EFL with wayland
support on the wayland web site.
Signed-off-by: Chris Michael
---
efl.html | 16 +---
1 file changed, 5 insertions(+), 11 deletions(-)
diff --git a/efl.html b/efl.html
index 024109a..5b179df 100644
--- a/efl.html
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
---
src/libinput-de
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
---
src/libinput-de
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
---
src/libinput-device.c
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
Signed-off-by: Chris Michael
---
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-damage.c
@@ -262,7 +262,8
Patch updated to remove dead lines as suggested by Daniel Stone
Signed-off-by: Chris Michael
---
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(+), 5 deletions(-)
diff --git a
Signed-off-by: Chris Michael
---
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/compositor-rdp.c
index 1098f01
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
---
src/main.c | 17 -
1 file changed, 17 deletions(-)
diff --git a/src/main.c b/
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
---
src/compositor.c | 13 -
src/compositor.h | 3 ---
2 files changed, 16 deletions(-)
diff -
commit 57388e44e5 accidentally changed the comment in
compositor.c::subsurface_commit_to_cache
Signed-off-by: Chris Michael
---
src/compositor.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/compositor.c b/src/compositor.c
index 65abb72..d723b64 100644
--- a/src
Signed-off-by: Chris Michael
---
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_output {
struct toysurface
Signed-off-by: Chris Michael
---
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_region(pixman_region32_t *dest
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
---
src/compositor.h | 1 -
1 file changed, 1 deletion
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
---
src/compositor-drm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src
Signed-off-by: Chris Michael
---
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 *seat, uint32_t time, int
touch_id
Signed-off-by: Chris Michael
---
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 +1241,7 @@ rdp_backend_create
Signed-off-by: Chris Michael
---
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 +145,7 @@ update_device_with_profile_in_idle(struct
Signed-off-by: Chris Michael
---
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 +438,13
Signed-off-by: Chris Michael
---
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-shell/hmi-controller.c
@@ -1780,7
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
Date: Mon, 28 Sep 2015 15:24:18 -0400
Subject: [PATCH] compositor-wayland: Terminate weston_log error message
Alex,
Thank you for the patch :) Sadly I cannot take a look at it right now (busy
with some other things), but I will place it in my queue and get to it
probably after Christmas break.
Cheers,
dh
-Original Message-
From: Alex Wu [mailto:zhiwen...@linux.intel.com]
Sent: 17 December 2012
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: eduardo.de.barros.l
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
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: eduardo.de.barros.
Fixed in EFL svn now, Thanks :)
Dh
> -Original Message-
> From: zhiwen...@linux.intel.com [mailto:zhiwen...@linux.intel.com]
> Sent: 23 May 2012 08:32
> To: enlightenment-de...@lists.sourceforge.net
> Cc: wayland-devel@lists.freedesktop.org
> Subject: [E-devel] [PATCH] Wayland: Fix not a
26 matches
Mail list logo