Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/rasops replace WSFONT_L2R by WSDISPLAY_FONTORDER_L2R...



details:   https://anonhg.NetBSD.org/src/rev/fdf842d03522
branches:  trunk
changeset: 480186:fdf842d03522
user:      shin <shin%NetBSD.org@localhost>
date:      Thu Jan 06 05:27:19 2000 +0000

description:
replace WSFONT_L2R by WSDISPLAY_FONTORDER_L2R to compile again.

diffstat:

 sys/dev/rasops/rasops.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r cda82bfec821 -r fdf842d03522 sys/dev/rasops/rasops.c
--- a/sys/dev/rasops/rasops.c   Thu Jan 06 05:22:07 2000 +0000
+++ b/sys/dev/rasops/rasops.c   Thu Jan 06 05:27:19 2000 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: rasops.c,v 1.25 1999/12/16 13:27:24 ad Exp $  */
+/*      $NetBSD: rasops.c,v 1.26 2000/01/06 05:27:19 shin Exp $        */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rasops.c,v 1.25 1999/12/16 13:27:24 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rasops.c,v 1.26 2000/01/06 05:27:19 shin Exp $");
 
 #include "opt_rasops.h"
 #include "rasops_glue.h"
@@ -139,7 +139,7 @@
                }
                
                if (wsfont_lock(cookie, &ri->ri_font, 
-                   WSFONT_L2R, WSFONT_L2R) <= 0) {
+                   WSDISPLAY_FONTORDER_L2R, WSDISPLAY_FONTORDER_L2R) <= 0) {
                        printf("rasops_init: couldn't lock font\n");
                        return (-1);
                }



Home | Main Index | Thread Index | Old Index