Module Name:    xsrc
Committed By:   macallan
Date:           Sun May 22 12:24:15 UTC 2011

Modified Files:
        xsrc/external/mit/xf86-video-sunffb/dist/src: ffb.h

Log Message:
declare VISmoveImageRL() and VISmoveImageLR()


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 xsrc/external/mit/xf86-video-sunffb/dist/src/ffb.h

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-sunffb/dist/src/ffb.h
diff -u xsrc/external/mit/xf86-video-sunffb/dist/src/ffb.h:1.3 xsrc/external/mit/xf86-video-sunffb/dist/src/ffb.h:1.4
--- xsrc/external/mit/xf86-video-sunffb/dist/src/ffb.h:1.3	Mon Nov  9 05:33:24 2009
+++ xsrc/external/mit/xf86-video-sunffb/dist/src/ffb.h	Sun May 22 12:24:15 2011
@@ -236,6 +236,8 @@
 extern unsigned int FFBWidUnshare(FFBPtr, unsigned int);
 extern unsigned int FFBWidReshare(FFBPtr, unsigned int);
 extern void FFBWidChangeBuffer(FFBPtr, unsigned int, int);
+extern void VISmoveImageLR(unsigned char *, unsigned char *, long, long, long, long);
+extern void VISmoveImageRL(unsigned char *, unsigned char *, long, long, long, long);
 
 /* Accelerated double-buffering. */
 extern Bool FFBDbePreInit(ScreenPtr);

Reply via email to