Subject: CVS commit: src/sys/dev/wsfont
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 02/09/2003 20:40:34
Module Name:	src
Committed By:	jdolecek
Date:		Sun Feb  9 18:40:33 UTC 2003

Modified Files:
	src/sys/dev/wsfont: wsfont.c

Log Message:
wsfont_lock(): if bitorder/byteorder doesn't match, copy the font to new font
also if the font is static (and thus it's 'data' point to const/text location) -
later call to wsfont_rev{bit,byte}() needs to change the font data in-place
print info about the font copy when it's made

problem pointed out by Matthias Drochner


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 src/sys/dev/wsfont/wsfont.c

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