Module Name:    xsrc
Committed By:   macallan
Date:           Fri Feb 21 01:24:55 UTC 2025

Modified Files:
        xsrc/external/mit/xf86-video-ngle/dist/src: ngle.h

Log Message:
this should have went in with the previous commit


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 xsrc/external/mit/xf86-video-ngle/dist/src/ngle.h:1.8
--- xsrc/external/mit/xf86-video-ngle/dist/src/ngle.h:1.7	Thu Feb 20 18:53:48 2025
+++ xsrc/external/mit/xf86-video-ngle/dist/src/ngle.h	Fri Feb 21 01:24:55 2025
@@ -70,7 +70,9 @@ typedef struct {
 #define HW_FILL	1
 #define HW_BLIT	2
 #define HW_BINC	3
-	uint32_t read_mode, write_mode;
+	uint32_t		read_mode, write_mode;
+	int			need_sync;
+	GlyphsProcPtr		glyphs;
 } NGLERec, *NGLEPtr;
 
 #define NGLEPTR(p) ((NGLEPtr)((p)->driverPrivate))

Reply via email to