Module Name: xsrc Committed By: macallan Date: Sat Aug 20 16:21:09 UTC 2016
Modified Files: xsrc/external/mit/xf86-video-chips/dist/src: ct_accel.c Log Message: make this compile To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \ xsrc/external/mit/xf86-video-chips/dist/src/ct_accel.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-chips/dist/src/ct_accel.c diff -u xsrc/external/mit/xf86-video-chips/dist/src/ct_accel.c:1.3 xsrc/external/mit/xf86-video-chips/dist/src/ct_accel.c:1.4 --- xsrc/external/mit/xf86-video-chips/dist/src/ct_accel.c:1.3 Fri Aug 19 23:30:29 2016 +++ xsrc/external/mit/xf86-video-chips/dist/src/ct_accel.c Sat Aug 20 16:21:08 2016 @@ -164,7 +164,7 @@ static void CTNAME(ReadPixmap)(ScrnInfo # define BE_SWAPON(pScrn,cPtr) # define BE_SWAPOFF(pScrn,cPtr) #endif -#endif + Bool CTNAME(AccelInit)(ScreenPtr pScreen) { @@ -1741,6 +1741,8 @@ CTNAME(ReadPixmap)(ScrnInfoPtr pScrn, in } #endif /* ReadPixmap */ -#endif +#endif /* writepixmap */ #endif + +#endif /* HAVE_XAA_H */