Subject: CVS commit: src/sys/arch/vax/vsa
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 07/20/2005 17:38:14
Module Name:	src
Committed By:	he
Date:		Wed Jul 20 17:38:14 UTC 2005

Modified Files:
	src/sys/arch/vax/vsa: lcspx.c smg.c

Log Message:
Now that the wsfont fonts are made static, we can no longer
reference the fonts directly (which was actually a wrong thing
to try to do).  Instead, convert to using the wsfont API to
look for a 8x15 font, and use it if found.

Suggested by thorpej
Reviewed by drochner


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/arch/vax/vsa/lcspx.c
cvs rdiff -r1.38 -r1.39 src/sys/arch/vax/vsa/smg.c

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