Module Name:    xsrc
Committed By:   christos
Date:           Mon May 23 19:53:36 UTC 2011

Modified Files:
        xsrc/external/mit/xf86-video-ag10e/dist/src: ag10e.h ag10e_driver.c

Log Message:
Add prototype and include


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/xf86-video-ag10e/dist/src/ag10e.h
cvs rdiff -u -r1.5 -r1.6 \
    xsrc/external/mit/xf86-video-ag10e/dist/src/ag10e_driver.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-ag10e/dist/src/ag10e.h
diff -u xsrc/external/mit/xf86-video-ag10e/dist/src/ag10e.h:1.2 xsrc/external/mit/xf86-video-ag10e/dist/src/ag10e.h:1.3
--- xsrc/external/mit/xf86-video-ag10e/dist/src/ag10e.h:1.2	Wed Jun 17 22:47:23 2009
+++ xsrc/external/mit/xf86-video-ag10e/dist/src/ag10e.h	Mon May 23 15:53:36 2011
@@ -112,4 +112,7 @@
 int AG10EAccelInit(ScreenPtr);
 Bool AG10EDGAInit(ScreenPtr);
 
+/* ag10e_cursor.c */
+Bool AG10EHWCursorInit(ScreenPtr);
+
 #endif /* AG10E_H */

Index: xsrc/external/mit/xf86-video-ag10e/dist/src/ag10e_driver.c
diff -u xsrc/external/mit/xf86-video-ag10e/dist/src/ag10e_driver.c:1.5 xsrc/external/mit/xf86-video-ag10e/dist/src/ag10e_driver.c:1.6
--- xsrc/external/mit/xf86-video-ag10e/dist/src/ag10e_driver.c:1.5	Tue Nov 23 21:54:07 2010
+++ xsrc/external/mit/xf86-video-ag10e/dist/src/ag10e_driver.c	Mon May 23 15:53:36 2011
@@ -31,6 +31,7 @@
 #include <fcntl.h>
 #include <sys/time.h>
 #include <sys/types.h>
+#include <sys/ioctl.h>
 #include <dev/sun/fbio.h>
 #include <dev/wscons/wsconsio.h>
 

Reply via email to