[PATCH:xf86-video-i740] I740_Sync is only define if HAVE_XAA_H, so limit prototype to same define.

2013-06-02 Thread Thomas Klausner
--- src/i740_dga.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i740_dga.c b/src/i740_dga.c index 532d614..eb362c5 100644 --- a/src/i740_dga.c +++ b/src/i740_dga.c @@ -41,10 +41,10 @@ static Bool I740_OpenFramebuffer(ScrnInfoPtr, char **, unsigned char **, int *,

Re: [PATCH:xf86-video-i740] I740_Sync is only define if HAVE_XAA_H, so limit prototype to same define.

2013-07-11 Thread Thomas Klausner
Hi Matthieu! Alan pointed out that this is nearly the same as your patch in http://patchwork.freedesktop.org/patch/13855/ Can you please push your patch? Thanks, Thomas On Sun, Jun 02, 2013 at 11:47:00PM +0200, Thomas Klausner wrote: > --- > src/i740_dga.c | 4 ++-- > 1 file changed, 2 insert

Re: [PATCH:xf86-video-i740] I740_Sync is only define if HAVE_XAA_H, so limit prototype to same define.

2013-07-11 Thread Matthieu Herrb
On Thu, Jul 11, 2013 at 11:29:55AM +0200, Thomas Klausner wrote: > Hi Matthieu! > > Alan pointed out that this is nearly the same as your patch in > http://patchwork.freedesktop.org/patch/13855/ > > Can you please push your patch? Sure. Can I add a Reviewed-by: header with your name ? > > Thank

Re: [PATCH:xf86-video-i740] I740_Sync is only define if HAVE_XAA_H, so limit prototype to same define.

2013-07-11 Thread Thomas Klausner
On Thu, Jul 11, 2013 at 12:15:16PM +0200, Matthieu Herrb wrote: > On Thu, Jul 11, 2013 at 11:29:55AM +0200, Thomas Klausner wrote: > > Hi Matthieu! > > > > Alan pointed out that this is nearly the same as your patch in > > http://patchwork.freedesktop.org/patch/13855/ > > > > Can you please push