Re: [PATCH] clients/nested: Fix compilation

2013-06-04 Thread Kristian Høgsberg
On Tue, Jun 04, 2013 at 01:05:22PM +0200, Armin K wrote: > --- > clients/Makefile.am | 2 +- > clients/nested.c| 3 +++ > configure.ac| 1 + > 3 files changed, 5 insertions(+), 1 deletion(-) Thanks, applied. I edited the fix a bit to just not compile the nested compositor example at

Re: [PATCH] clients/nested: Fix compilation

2013-06-04 Thread Armin K.
On 06/04/2013 01:36 PM, sardemff7+wayl...@sardemff7.net wrote: On 04/06/2013 13:19, Armin K. wrote: On 06/04/2013 01:19 PM, sardemff7+wayl...@sardemff7.net wrote: On 04/06/2013 13:05, Armin K wrote: diff --git a/clients/nested.c b/clients/nested.c index baaff64..132724d 100644 --- a/clients/ne

Re: [PATCH] clients/nested: Fix compilation

2013-06-04 Thread sardemff7+wayland
On 04/06/2013 13:19, Armin K. wrote: On 06/04/2013 01:19 PM, sardemff7+wayl...@sardemff7.net wrote: On 04/06/2013 13:05, Armin K wrote: diff --git a/clients/nested.c b/clients/nested.c index baaff64..132724d 100644 --- a/clients/nested.c +++ b/clients/nested.c @@ -34,8 +34,11 @@ #include

Re: [PATCH] clients/nested: Fix compilation

2013-06-04 Thread Armin K.
On 06/04/2013 01:19 PM, Armin K. wrote: On 06/04/2013 01:19 PM, sardemff7+wayl...@sardemff7.net wrote: On 04/06/2013 13:05, Armin K wrote: diff --git a/clients/nested.c b/clients/nested.c index baaff64..132724d 100644 --- a/clients/nested.c +++ b/clients/nested.c @@ -34,8 +34,11 @@ #include

Re: [PATCH] clients/nested: Fix compilation

2013-06-04 Thread Armin K.
On 06/04/2013 01:19 PM, sardemff7+wayl...@sardemff7.net wrote: On 04/06/2013 13:05, Armin K wrote: diff --git a/clients/nested.c b/clients/nested.c index baaff64..132724d 100644 --- a/clients/nested.c +++ b/clients/nested.c @@ -34,8 +34,11 @@ #include #include + +#ifdef USE_CAIRO_GLESV2

Re: [PATCH] clients/nested: Fix compilation

2013-06-04 Thread sardemff7+wayland
On 04/06/2013 13:05, Armin K wrote: --- clients/Makefile.am | 2 +- clients/nested.c| 3 +++ configure.ac| 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/clients/Makefile.am b/clients/Makefile.am index 1379c4b..d84f575 100644 --- a/clients/Makefile.am +++ b/cl

[PATCH] clients/nested: Fix compilation

2013-06-04 Thread Armin K
--- clients/Makefile.am | 2 +- clients/nested.c| 3 +++ configure.ac| 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/clients/Makefile.am b/clients/Makefile.am index 1379c4b..d84f575 100644 --- a/clients/Makefile.am +++ b/clients/Makefile.am @@ -124,7 +124,7 @@ resi

Re: [PATCH] clients/nested: Fix compilation

2013-06-04 Thread Armin K.
On 06/04/2013 01:05 PM, Armin K wrote: --- clients/Makefile.am | 2 +- clients/nested.c| 3 +++ configure.ac| 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/clients/Makefile.am b/clients/Makefile.am index 1379c4b..d84f575 100644 --- a/clients/Makefile.am +++ b