diff options
| author | enami <enami@NetBSD.org> | 2000-01-07 02:57:17 +0000 |
|---|---|---|
| committer | enami <enami@NetBSD.org> | 2000-01-07 02:57:17 +0000 |
| commit | cadfd97e07e5bd3ac97c68bf5dc5285ed8d033b5 (patch) | |
| tree | 23902d299132392223934e5a4f5a92316c77c700 /sys/dev/tc | |
| parent | c85fda06d13e36e69f0b30a430acf72008e28791 (diff) | |
Replace WSFONT_L2R/R2L with WSDISPLAY_FONTORDER_L2R/R2L.
Diffstat (limited to 'sys/dev/tc')
| -rw-r--r-- | sys/dev/tc/sfb.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/tc/sfb.c b/sys/dev/tc/sfb.c index fb5c94abd27..334d69405b2 100644 --- a/sys/dev/tc/sfb.c +++ b/sys/dev/tc/sfb.c @@ -1,4 +1,4 @@ -/* $NetBSD: sfb.c,v 1.32 1999/12/16 15:07:00 ad Exp $ */ +/* $NetBSD: sfb.c,v 1.33 2000/01/07 02:57:17 enami Exp $ */ /* * Copyright (c) 1998, 1999 Tohru Nishimura. All rights reserved. @@ -32,7 +32,7 @@ #include <sys/cdefs.h> /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: sfb.c,v 1.32 1999/12/16 15:07:00 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: sfb.c,v 1.33 2000/01/07 02:57:17 enami Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -321,7 +321,7 @@ sfb_getdevconfig(dense_addr, dc) /* the accelerated sfb_putchar() needs LSbit left */ if (wsfont_lock(cookie, &dc->rinfo.ri_font, - WSFONT_R2L, WSFONT_L2R) <= 0) { + WSDISPLAY_FONTORDER_R2L, WSDISPLAY_FONTORDER_L2R) <= 0) { printf("sfb: couldn't lock font\n"); return; } |
