Module Name: xsrc
Committed By: wiz
Date: Thu Jul 11 10:28:27 UTC 2013
Modified Files:
xsrc/external/mit/xf86-video-i740/dist/src: i740_dga.c
Log Message:
Add a missing initializer. From Matthieu Herrb in
http://patchwork.freedesktop.org/patch/13855/
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
xsrc/external/mit/xf86-video-i740/dist/src/i740_dga.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_dga.c
diff -u xsrc/external/mit/xf86-video-i740/dist/src/i740_dga.c:1.2 xsrc/external/mit/xf86-video-i740/dist/src/i740_dga.c:1.3
--- xsrc/external/mit/xf86-video-i740/dist/src/i740_dga.c:1.2 Sun Jun 2 14:40:15 2013
+++ xsrc/external/mit/xf86-video-i740/dist/src/i740_dga.c Thu Jul 11 10:28:27 2013
@@ -67,7 +67,7 @@ static DGAFunctionRec I740DGAFuncs = {
NULL
#endif
#else
- NULL, NULL, NULL
+ NULL, NULL, NULL, NULL
#endif
};