Module Name:    xsrc
Committed By:   christos
Date:           Sun Jun  2 14:40:15 UTC 2013

Modified Files:
        xsrc/external/mit/xf86-video-i740/dist/src: i740_dga.c

Log Message:
make this compile again


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.3 -r1.2 \
    xsrc/external/mit/xf86-video-i740/dist/src/i740_dga.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-i740/dist/src/i740_dga.c
diff -u xsrc/external/mit/xf86-video-i740/dist/src/i740_dga.c:1.1.1.3 xsrc/external/mit/xf86-video-i740/dist/src/i740_dga.c:1.2
--- xsrc/external/mit/xf86-video-i740/dist/src/i740_dga.c:1.1.1.3	Sun Jun  2 03:25:26 2013
+++ xsrc/external/mit/xf86-video-i740/dist/src/i740_dga.c	Sun Jun  2 10:40:15 2013
@@ -41,10 +41,10 @@
 
 static Bool I740_OpenFramebuffer(ScrnInfoPtr, char **, unsigned char **, int *, int *, int *);
 static Bool I740_SetMode(ScrnInfoPtr, DGAModePtr);
-static void I740_Sync(ScrnInfoPtr);
 static int  I740_GetViewport(ScrnInfoPtr);
 static void I740_SetViewport(ScrnInfoPtr, int, int, int);
 #ifdef HAVE_XAA_H
+static void I740_Sync(ScrnInfoPtr);
 static void I740_FillRect(ScrnInfoPtr, int, int, int, int, unsigned long);
 static void I740_BlitRect(ScrnInfoPtr, int, int, int, int, int, int);
 #if 0
@@ -57,8 +57,8 @@ static DGAFunctionRec I740DGAFuncs = {
    I740_SetMode,
    I740_SetViewport,
    I740_GetViewport,
-   I740_Sync,
 #ifdef HAVE_XAA_H
+   I740_Sync,
    I740_FillRect,
    I740_BlitRect,
 #if 0

Reply via email to