Re: [PATCH simple-egl] fix compile error when EGL_BUFFER_AGE_EXT is missing

2013-08-12 Thread Kristian Høgsberg
On Mon, Aug 12, 2013 at 04:30:11PM +0300, Adrian Negreanu wrote: > From: Adrian Negreanu > > Signed-off-by: Adrian Negreanu Thanks, applied. Kristian > --- > clients/simple-egl.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/clients/simple-egl.c b/clients/simple-egl.c > index 5

[PATCH simple-egl] fix compile error when EGL_BUFFER_AGE_EXT is missing

2013-08-12 Thread Adrian Negreanu
From: Adrian Negreanu Signed-off-by: Adrian Negreanu --- clients/simple-egl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clients/simple-egl.c b/clients/simple-egl.c index 54dfe93..4eeba02 100644 --- a/clients/simple-egl.c +++ b/clients/simple-egl.c @@ -38,6 +38,8 @@ #include #incl