Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[xsrc/trunk]: xsrc/external/mit/xf86-video-vmware/dist/src work around a loca...
details: https://anonhg.NetBSD.org/xsrc/rev/d4dce2a39d5f
branches: trunk
changeset: 7433:d4dce2a39d5f
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Feb 26 20:09:54 2023 +0000
description:
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.
diffstat:
external/mit/xf86-video-vmware/dist/src/vmwarevideo.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (13 lines):
diff -r e5cd392fb1c0 -r d4dce2a39d5f external/mit/xf86-video-vmware/dist/src/vmwarevideo.c
--- a/external/mit/xf86-video-vmware/dist/src/vmwarevideo.c Sun Feb 26 20:09:14 2023 +0000
+++ b/external/mit/xf86-video-vmware/dist/src/vmwarevideo.c Sun Feb 26 20:09:54 2023 +0000
@@ -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) || \
Home |
Main Index |
Thread Index |
Old Index