Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/wscons Got too excited with cut and paste in previou...



details:   https://anonhg.NetBSD.org/src/rev/a650b4508bc4
branches:  trunk
changeset: 480193:a650b4508bc4
user:      ad <ad%NetBSD.org@localhost>
date:      Thu Jan 06 11:38:02 2000 +0000

description:
Got too excited with cut and paste in previous. Noted by itojun.

diffstat:

 sys/dev/wscons/wsconsio.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5b4fb4d254f5 -r a650b4508bc4 sys/dev/wscons/wsconsio.h
--- a/sys/dev/wscons/wsconsio.h Thu Jan 06 10:53:34 2000 +0000
+++ b/sys/dev/wscons/wsconsio.h Thu Jan 06 11:38:02 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wsconsio.h,v 1.21 2000/01/05 18:44:21 ad Exp $ */
+/* $NetBSD: wsconsio.h,v 1.22 2000/01/06 11:38:02 ad Exp $ */
 
 /*
  * Copyright (c) 1996, 1997 Christopher G. Demetriou.  All rights reserved.
@@ -275,7 +275,7 @@
        int fontwidth, fontheight, stride;
        int bitorder, byteorder;
 #define WSDISPLAY_FONTORDER_L2R 0
-#define WSDISPLAY_FONTORDER_L2R 1
+#define WSDISPLAY_FONTORDER_R2L 1
        void *data;
 };
 #define WSDISPLAYIO_LDFONT     _IOW('W', 77, struct wsdisplay_font)



Home | Main Index | Thread Index | Old Index