Module Name: xsrc
Committed By: mrg
Date: Fri Jul 13 09:37:13 UTC 2018
Modified Files:
xsrc/external/mit/xf86-video-nv/dist/src: nv_type.h
Log Message:
add what i believe is the missing part from the previous commit to
the old nvidia driver. fixes my build and appears to match intent.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/xf86-video-nv/dist/src/nv_type.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-nv/dist/src/nv_type.h
diff -u xsrc/external/mit/xf86-video-nv/dist/src/nv_type.h:1.2 xsrc/external/mit/xf86-video-nv/dist/src/nv_type.h:1.3
--- xsrc/external/mit/xf86-video-nv/dist/src/nv_type.h:1.2 Thu Jul 12 21:19:54 2018
+++ xsrc/external/mit/xf86-video-nv/dist/src/nv_type.h Fri Jul 13 09:37:13 2018
@@ -100,6 +100,7 @@ typedef struct {
Bool HWCursor;
Bool FpScale;
Bool ShadowFB;
+ Bool UseEXA;
unsigned char * ShadowPtr;
int ShadowPitch;
CARD32 MinVClockFreqKHz;