Module Name: xsrc Committed By: macallan Date: Sat Feb 22 14:08:32 UTC 2025
Modified Files: xsrc/external/mit/xf86-video-ngle/dist/src: ngle.h Log Message: remove unintended duplicate To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 xsrc/external/mit/xf86-video-ngle/dist/src/ngle.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-ngle/dist/src/ngle.h diff -u xsrc/external/mit/xf86-video-ngle/dist/src/ngle.h:1.8 xsrc/external/mit/xf86-video-ngle/dist/src/ngle.h:1.9 --- xsrc/external/mit/xf86-video-ngle/dist/src/ngle.h:1.8 Fri Feb 21 01:24:55 2025 +++ xsrc/external/mit/xf86-video-ngle/dist/src/ngle.h Sat Feb 22 14:08:32 2025 @@ -72,7 +72,6 @@ typedef struct { #define HW_BINC 3 uint32_t read_mode, write_mode; int need_sync; - GlyphsProcPtr glyphs; } NGLERec, *NGLEPtr; #define NGLEPTR(p) ((NGLEPtr)((p)->driverPrivate))