Re: [PATCH weston] desktop-shell: Don't resize into the panel

2014-06-25 Thread Vivek Ellur
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

RE: [PATCH weston] Clients: Fix memleak issues in various clients of weston

2014-06-23 Thread Vivek Ellur
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-

[PATCH] Desktop-shell: Fixed window resize issue

2014-06-19 Thread vivek
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

[PATCH weston] Clients: Fix memleak issues in various clients of weston

2014-05-15 Thread vivek
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

[PATCH] wcap: Check for mmap and malloc return value in wcap decode module

2014-05-06 Thread vivek
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

[PATCH] xwayland: free xcb reply value when malloc returns null

2014-04-30 Thread vivek
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