[PATCH xkbcommon] keysym-utf: Fix a warning about shadowing

2013-10-07 Thread Siddharth Heroor
declaration of 'max' shadows a global declaration src/utils.h:115: warning: shadowed declaration is here Signed-off-by: Siddharth Heroor --- src/keysym-utf.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/keysym-utf.c b/src/keysym-utf.c index

Re: [PATCH weston 1/2] shared/option-parser: Rework option parsing

2013-07-08 Thread Siddharth Heroor
On 7/9/2013 3:47 AM, Quentin Glidic wrote: > From: Quentin Glidic > > Long options with argument support two formats: equal ("--long=arg") and > space ("--long arg") > Short options now support three formats: short ("-sarg"), equal > ("-s=arg") and space ("-s value") > > Provide a test program >

Re: [PATCH weston] desktop-shell: better error logging

2013-04-15 Thread Siddharth Heroor
On Sat, Apr 13, 2013 at 1:15 PM, Philipp Brüschweiler wrote: > --- > clients/desktop-shell.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/clients/desktop-shell.c b/clients/desktop-shell.c > index 41e7daa..ce2366d 100644 > --- a/clients/desktop-shell.c > +++ b/client

Re: [PATCH weston v2] removed extra sigemptyset and updated documentation

2013-03-27 Thread Siddharth Heroor
On Wed, Mar 27, 2013 at 8:15 PM, Peter Maatman wrote: > From: blackwolf12333 > > --- > src/compositor.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/src/compositor.c b/src/compositor.c > index ec3d0e3..5d4c9b2 100644 > --- a/src/compositor.c > +++ b/src/compositor.c > @@ -3401,8 +34

Re: Helping in reviewing

2013-03-27 Thread Siddharth Heroor
On Tue, Mar 26, 2013 at 11:22 PM, Thiago Macieira wrote: > Recent circumstances have shown that patch reviewing in Wayland and Weston is > becoming a bottleneck for development (at least, it is perceived to be). This > email is intended to begin addressing that. Would setting patchwork help in im

[PATCH weston] weston-launch: cleanup - return failures in main with EXIT_FAILURE

2013-03-11 Thread Siddharth Heroor
Signed-off-by: Siddharth Heroor --- src/weston-launch.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/weston-launch.c b/src/weston-launch.c index bc7f8a2..528c345 100644 --- a/src/weston-launch.c +++ b/src/weston-launch.c @@ -542,7 +542,7 @@ main(int argc

[PATCH] README: Fix typos

2013-02-13 Thread Siddharth Heroor
Signed-off-by: Siddharth Heroor --- README |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 5f85888..ca26cc0 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ What is Wayland Wayland is a project to define a protocol for a compositor to talk to