Title: Samsung Enterprise Portal mySingle
Hi,
I think you have duplicated the effort :). I had submitted the patch for the same bug few days before.
http://lists.freedesktop.org/archives/wayland-devel/2014-June/015528.html.
Regards,
Vivek Ellur
--- Original Message ---
Sender : Boyan
Hi All,
I had submitted this patch last month. It was reviewed but still not merged.
I also checked the patch with the latest code, its working fine. Do I need
to make any further changes?
Regards,
Vivek Ellur
> -Original Message-
> From: wayland-devel [mailto:wayland-devel-
This is a fix to the following bug
https://bugs.freedesktop.org/show_bug.cgi?id=80228
Signed-off-by: vivek
---
desktop-shell/shell.c | 15 +--
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c
index 48b9faf..01fbb22 100644
In many clients of weston, Display was not being destroyed so added it.
Also destroy windows, widgets which were not being destroyed.
Signed-off-by: vivek
---
clients/cliptest.c| 13 ++---
clients/dnd.c | 11 +++
clients/editor.c |3 +++
clients/flower.c
Checking for return value in main.c for wcap_decoder_create function
and mmap, malloc return value in wcap_decoder_create function to avoid
crashes
Signed-off-by: vivek
---
wcap/main.c|4
wcap/wcap-decode.c |9 +
2 files changed, 13 insertions(+)
diff --git a/wcap
Signed-off-by: vivek
---
xwayland/selection.c |4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/xwayland/selection.c b/xwayland/selection.c
index b694477..d1f6361 100644
--- a/xwayland/selection.c
+++ b/xwayland/selection.c
@@ -186,8 +186,10