Module Name: xsrc
Committed By: mrg
Date: Sun Feb 26 20:09:54 UTC 2023
Modified Files:
xsrc/external/mit/xf86-video-vmware/dist/src: vmwarevideo.c
Log Message:
work around a local change that enables drivers to work.
see 'const' commented in xorg-server/dist/hw/xfree86/common/xf86xv.h.
maybe we can clean this up properly now most drivers are updated.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.6 -r1.2 \
xsrc/external/mit/xf86-video-vmware/dist/src/vmwarevideo.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-vmware/dist/src/vmwarevideo.c
diff -u xsrc/external/mit/xf86-video-vmware/dist/src/vmwarevideo.c:1.1.1.6 xsrc/external/mit/xf86-video-vmware/dist/src/vmwarevideo.c:1.2
--- xsrc/external/mit/xf86-video-vmware/dist/src/vmwarevideo.c:1.1.1.6 Sun Feb 26 19:47:06 2023
+++ xsrc/external/mit/xf86-video-vmware/dist/src/vmwarevideo.c Sun Feb 26 20:09:54 2023
@@ -54,7 +54,8 @@
#endif
static CONST_ABI_16_0 char xv_adapt_name[] = "VMWare Overlay Video Engine";
-static CONST_ABI_16_0 char xv_image_name[] = "XV_IMAGE";
+/* XXXMRG see xorg-server/dist/hw/xfree86/common/xf86xv.h */
+static /*CONST_ABI_16_0*/ char xv_image_name[] = "XV_IMAGE";
#define HAVE_FILLKEYHELPERDRAWABLE \
((GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) >= 2) || \