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
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
>
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
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
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
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
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