Home
last modified time | relevance | path

Searched refs:fontslot1 (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/sys/dev/ic/
Dvga.c738 int fontslot1, fontslot2; in vga_setfont() local
740 fontslot1 = (scr->fontset1 ? scr->fontset1->slot : 0); in vga_setfont()
741 fontslot2 = (scr->fontset2 ? scr->fontset2->slot : fontslot1); in vga_setfont()
742 if (vc->currentfontset1 != fontslot1 || in vga_setfont()
744 vga_setfontset(&vc->hdl, fontslot1, fontslot2); in vga_setfont()
745 vc->currentfontset1 = fontslot1; in vga_setfont()