Module Name: xsrc Committed By: tsutsui Date: Sat Jul 18 15:48:08 UTC 2020
Modified Files: xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k: x68kInit.c Log Message: Add a stub for miinitext of GLX. As per upstream commits for Xnest: https://cgit.freedesktop.org/xorg/xserver/commit/?id=67c303fff303f94b62f03a76de97116c6ebcfda9 Note GLXEXT is defined as 1 in xorg-server/include/xorg-server.h (i.e. /usr/X11R7/include/xorg/xorg-server.h) so no proper way to disable it on building MD servers per ${MACHINE} basis. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \ xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/x68kInit.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/xorg-server/dist/hw/netbsd/x68k/x68kInit.c diff -u xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/x68kInit.c:1.5 xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/x68kInit.c:1.6 --- xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/x68kInit.c:1.5 Sat Jul 18 04:46:22 2020 +++ xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/x68kInit.c Sat Jul 18 15:48:08 2020 @@ -1,4 +1,4 @@ -/* $NetBSD: x68kInit.c,v 1.5 2020/07/18 04:46:22 tsutsui Exp $ */ +/* $NetBSD: x68kInit.c,v 1.6 2020/07/18 15:48:08 tsutsui Exp $ */ /*------------------------------------------------------------------------- * Copyright (c) 1996 Yasushi Yamasaki * All rights reserved. @@ -71,6 +71,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "Xos.h" #include "x68k.h" #include "mi.h" +#include "extinit.h" static int nscreens; @@ -79,6 +80,13 @@ OsVendorInit(void) { } +#ifdef GLXEXT +void +GlxExtensionInit(void) +{ +} +#endif + /*------------------------------------------------------------------------- * function "InitOutput" [ called by DIX ] *