Module Name:    xsrc
Committed By:   macallan
Date:           Wed Jan 11 09:23:57 UTC 2023

Modified Files:
        xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_render.c

Log Message:
be more consistent with debug options


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 \
    xsrc/external/mit/xf86-video-suncg14/dist/src/cg14_render.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-suncg14/dist/src/cg14_render.c
diff -u xsrc/external/mit/xf86-video-suncg14/dist/src/cg14_render.c:1.18 xsrc/external/mit/xf86-video-suncg14/dist/src/cg14_render.c:1.19
--- xsrc/external/mit/xf86-video-suncg14/dist/src/cg14_render.c:1.18	Wed May 11 22:46:51 2022
+++ xsrc/external/mit/xf86-video-suncg14/dist/src/cg14_render.c	Wed Jan 11 09:23:57 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: cg14_render.c,v 1.18 2022/05/11 22:46:51 macallan Exp $ */
+/* $NetBSD: cg14_render.c,v 1.19 2023/01/11 09:23:57 macallan Exp $ */
 /*
  * Copyright (c) 2013 Michael Lorenz
  * All rights reserved.
@@ -62,7 +62,7 @@
 #define DPRINTF while (0) xf86Msg
 #endif
 
-#ifdef SX_RENDER_DEBUG
+#ifdef SX_RENDER_VERBOSE
 char c[8] = " .,:+*oX";
 #endif
 
@@ -161,7 +161,7 @@ void CG14Comp_Over8Solid(Cg14Ptr p,
 {
 	uint32_t msk = src, mskx, dstx, m;
 	int line, x, i;
-#ifdef SX_RENDER_DEBUG
+#ifdef SX_RENDER_VERBOSE
 	char buffer[256];
 #endif
 	ENTER;

Reply via email to