Module Name:    src
Committed By:   macallan
Date:           Thu Oct  4 19:09:20 UTC 2012

Modified Files:
        src/sys/dev/wscons: files.wscons

Log Message:
defflag GLYPHCACHE_DEBUG


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/dev/wscons/files.wscons

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/wscons/files.wscons
diff -u src/sys/dev/wscons/files.wscons:1.46 src/sys/dev/wscons/files.wscons:1.47
--- src/sys/dev/wscons/files.wscons:1.46	Thu Feb 16 17:29:21 2012
+++ src/sys/dev/wscons/files.wscons	Thu Oct  4 19:09:20 2012
@@ -1,4 +1,4 @@
-# $NetBSD: files.wscons,v 1.46 2012/02/16 17:29:21 macallan Exp $
+# $NetBSD: files.wscons,v 1.47 2012/10/04 19:09:20 macallan Exp $
 
 #
 # "Workstation Console" glue; attaches frame buffer to emulator & keyboard,
@@ -81,3 +81,4 @@ defflag	opt_vcons.h		VCONS_DRAW_INTR VCO
 # generic support code for caching rendered glyphs in video memory
 define	glyphcache
 file	dev/wscons/wsdisplay_glyphcache.c	glyphcache
+defflag	opt_glyphcache.h GLYPHCACHE_DEBUG

Reply via email to