Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/wsfont Explicitly specify WSDISPLAY_FONTORDER_L2R fo...
details: https://anonhg.NetBSD.org/src/rev/14aec6c7f962
branches: trunk
changeset: 756531:14aec6c7f962
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Wed Jul 21 12:10:18 2010 +0000
description:
Explicitly specify WSDISPLAY_FONTORDER_L2R for byte order even though
this one has 8 bit (one byte) width, because rasops(4) seems to require it.
(vga(4) on arc and shark doesn't require it)
diffstat:
sys/dev/wsfont/vt220l8x16.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 007f993136d9 -r 14aec6c7f962 sys/dev/wsfont/vt220l8x16.h
--- a/sys/dev/wsfont/vt220l8x16.h Wed Jul 21 11:47:26 2010 +0000
+++ b/sys/dev/wsfont/vt220l8x16.h Wed Jul 21 12:10:18 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vt220l8x16.h,v 1.6 2005/12/11 12:24:12 christos Exp $ */
+/* $NetBSD: vt220l8x16.h,v 1.7 2010/07/21 12:10:18 tsutsui Exp $ */
/*
* Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch
@@ -46,7 +46,7 @@
16, /* height */
1, /* stride */
WSDISPLAY_FONTORDER_L2R, /* bit order */
- 0, /* byte order */
+ WSDISPLAY_FONTORDER_L2R, /* byte order */
vt220l8x16_data /* data */
};
Home |
Main Index |
Thread Index |
Old Index