Module Name:    xsrc
Committed By:   christos
Date:           Sun May 15 22:58:35 UTC 2011

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

Log Message:
add Xos.h for usleep


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.4 -r1.2 \
    xsrc/external/mit/xf86-video-i740/dist/src/i740_driver.c
cvs rdiff -u -r1.1.1.3 -r1.2 \
    xsrc/external/mit/xf86-video-i740/dist/src/i740_video.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_driver.c
diff -u xsrc/external/mit/xf86-video-i740/dist/src/i740_driver.c:1.1.1.4 xsrc/external/mit/xf86-video-i740/dist/src/i740_driver.c:1.2
--- xsrc/external/mit/xf86-video-i740/dist/src/i740_driver.c:1.1.1.4	Fri Aug 21 19:53:46 2009
+++ xsrc/external/mit/xf86-video-i740/dist/src/i740_driver.c	Sun May 15 18:58:35 2011
@@ -87,6 +87,7 @@
 
 #include "xf86xv.h"
 #include <X11/extensions/Xv.h>
+#include <X11/Xos.h>
 
 #include "vbe.h"
 #include "i740_dga.h"

Index: xsrc/external/mit/xf86-video-i740/dist/src/i740_video.c
diff -u xsrc/external/mit/xf86-video-i740/dist/src/i740_video.c:1.1.1.3 xsrc/external/mit/xf86-video-i740/dist/src/i740_video.c:1.2
--- xsrc/external/mit/xf86-video-i740/dist/src/i740_video.c:1.1.1.3	Fri Aug 21 19:53:46 2009
+++ xsrc/external/mit/xf86-video-i740/dist/src/i740_video.c	Sun May 15 18:58:35 2011
@@ -66,6 +66,7 @@
 
 #include "xf86xv.h"
 #include <X11/extensions/Xv.h>
+#include <X11/Xos.h>
 #include "xaa.h"
 #include "xaalocal.h"
 #include "dixstruct.h"

Reply via email to