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/wsfont | |
| parent | c85fda06d13e36e69f0b30a430acf72008e28791 (diff) | |
Replace WSFONT_L2R/R2L with WSDISPLAY_FONTORDER_L2R/R2L.
Diffstat (limited to 'sys/dev/wsfont')
| -rw-r--r-- | sys/dev/wsfont/wsfont.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/wsfont/wsfont.h b/sys/dev/wsfont/wsfont.h index 08acdcba39d..c258bb172ad 100644 --- a/sys/dev/wsfont/wsfont.h +++ b/sys/dev/wsfont/wsfont.h @@ -1,4 +1,4 @@ -/* $NetBSD: wsfont.h,v 1.10 2000/01/05 18:44:26 ad Exp $ */ +/* $NetBSD: wsfont.h,v 1.11 2000/01/07 02:57:18 enami Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -55,7 +55,8 @@ * if ((cookie = wsfont_find(NULL, 8, 16, 0, 0)) <= 0) * panic("unable to get 8x16 font"); * - * if (wsfont_lock(cookie, &font, WSFONT_L2R, WSFONT_R2L) <= 0) + * if (wsfont_lock(cookie, &font, WSDISPLAY_FONTORDER_L2R, + * WSDISPLAY_FONTORDER_R2L) <= 0) * panic("unable to lock font"); * * ... do stuff ... |
