diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-08-03 18:44:33 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-08-03 18:44:33 +0000 |
commit | c9476e2557e0b1e7688f3ef40a52a28a21916831 (patch) | |
tree | 41013236617fad8a3d90554b336f1b51532a02e6 /sys/arch | |
parent | 2b96bd491076aae2fdac662a6166a97d4fc90ecf (diff) |
No need to force a 8-bit font anymore, welcome to the 12x22 font.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/vax/vsa/smg.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/sys/arch/vax/vsa/smg.c b/sys/arch/vax/vsa/smg.c index 540bb86c632..e9e2186db9d 100644 --- a/sys/arch/vax/vsa/smg.c +++ b/sys/arch/vax/vsa/smg.c @@ -1,4 +1,4 @@ -/* $OpenBSD: smg.c,v 1.14 2006/08/02 20:10:19 miod Exp $ */ +/* $OpenBSD: smg.c,v 1.15 2006/08/03 18:44:32 miod Exp $ */ /* $NetBSD: smg.c,v 1.21 2000/03/23 06:46:44 thorpej Exp $ */ /* * Copyright (c) 2006, Miodrag Vallat @@ -306,17 +306,6 @@ smg_setup_screen(struct smg_screen *ss) ri->ri_hw = ss; /* - * We can not let rasops select our font, because we need to use - * a font with right-to-left bit order on this frame buffer. - */ - wsfont_init(); - if ((ri->ri_wsfcookie = wsfont_find(NULL, 8, 0, 0)) <= 0) - return (-1); - if (wsfont_lock(ri->ri_wsfcookie, &ri->ri_font, - WSDISPLAY_FONTORDER_R2L, WSDISPLAY_FONTORDER_L2R) <= 0) - return (-1); - - /* * Ask for an unholy big display, rasops will trim this to more * reasonable values. */ |