Module Name: xsrc
Committed By: christos
Date: Mon May 23 19:49:27 UTC 2011
Modified Files:
xsrc/external/mit/xf86-video-crime/dist/src: crime_accel.c
Log Message:
fbComposite does not return a value.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 \
xsrc/external/mit/xf86-video-crime/dist/src/crime_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-crime/dist/src/crime_accel.c
diff -u xsrc/external/mit/xf86-video-crime/dist/src/crime_accel.c:1.15 xsrc/external/mit/xf86-video-crime/dist/src/crime_accel.c:1.16
--- xsrc/external/mit/xf86-video-crime/dist/src/crime_accel.c:1.15 Sun May 22 11:54:37 2011
+++ xsrc/external/mit/xf86-video-crime/dist/src/crime_accel.c Mon May 23 15:49:27 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: crime_accel.c,v 1.15 2011/05/22 15:54:37 christos Exp $ */
+/* $NetBSD: crime_accel.c,v 1.16 2011/05/23 19:49:27 christos Exp $ */
/*
* Copyright (c) 2008 Michael Lorenz
* All rights reserved.
@@ -1769,8 +1769,9 @@
#if 0
return FALSE;
#else
- return fbComposite(op, pSrc, pMask, pDst, xSrc, ySrc,
+ fbComposite(op, pSrc, pMask, pDst, xSrc, ySrc,
xMask, yMask, xDst, yDst, width, height);
+ return TRUE;
#endif
}
}