Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcmips/dev - Update for changes to 'struct wsdispl...
details: https://anonhg.NetBSD.org/src/rev/8b8b3735327f
branches: trunk
changeset: 480165:8b8b3735327f
user: ad <ad%NetBSD.org@localhost>
date: Wed Jan 05 18:49:13 2000 +0000
description:
- Update for changes to 'struct wsdisplay_font'.
- Add RCS Id string. This should probably be in 'othersrc'.
diffstat:
sys/arch/hpcmips/dev/fontconv.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diffs (18 lines):
diff -r 90a292116743 -r 8b8b3735327f sys/arch/hpcmips/dev/fontconv.c
--- a/sys/arch/hpcmips/dev/fontconv.c Wed Jan 05 18:46:43 2000 +0000
+++ b/sys/arch/hpcmips/dev/fontconv.c Wed Jan 05 18:49:13 2000 +0000
@@ -1,3 +1,5 @@
+/* $NetBSD: fontconv.c,v 1.2 2000/01/05 18:49:13 ad Exp $ */
+
#include <stdio.h>
@@ -91,6 +93,8 @@
fprintf(ofp, " %d,\t\t\t\t/* width */\n", width);
fprintf(ofp, " %d,\t\t\t\t/* height */\n", height);
fprintf(ofp, " %d,\t\t\t\t/* stride */\n", width_in_bytes);
+ fprintf(ofp, " WSDISPLAY_FONTENC_L2R,\t/* bit order */\n");
+ fprintf(ofp, " WSDISPLAY_FONTENC_L2R,\t/* byte order */\n");
fprintf(ofp, " %s%dx%d_data\t\t/* data */\n",
fontname, width, height);
fprintf(ofp, "};\n");
Home |
Main Index |
Thread Index |
Old Index