Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/wscons Added a fontencoding for the Sony fonts.
details: https://anonhg.NetBSD.org/src/rev/f4a5ed1f4425
branches: trunk
changeset: 503165:f4a5ed1f4425
user: marcus <marcus%NetBSD.org@localhost>
date: Fri Feb 02 05:58:04 2001 +0000
description:
Added a fontencoding for the Sony fonts.
diffstat:
sys/dev/wscons/wsconsio.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r fbdcbad94bfb -r f4a5ed1f4425 sys/dev/wscons/wsconsio.h
--- a/sys/dev/wscons/wsconsio.h Fri Feb 02 05:33:10 2001 +0000
+++ b/sys/dev/wscons/wsconsio.h Fri Feb 02 05:58:04 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wsconsio.h,v 1.36 2001/02/01 17:53:12 thorpej Exp $ */
+/* $NetBSD: wsconsio.h,v 1.37 2001/02/02 05:58:04 marcus Exp $ */
/*
* Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved.
@@ -304,6 +304,7 @@
#define WSDISPLAY_FONTENC_IBM 1
#define WSDISPLAY_FONTENC_PCVT 2
#define WSDISPLAY_FONTENC_ISO7 3 /* greek */
+#define WSDISPLAY_FONTENC_SONY 4
int fontwidth, fontheight, stride;
int bitorder, byteorder;
#define WSDISPLAY_FONTORDER_KNOWN 0 /* i.e, no need to convert */
Home |
Main Index |
Thread Index |
Old Index