Searched refs:scr_wsd (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/ic/
H A Dstivar.h101 struct wsscreen_descr scr_wsd; member in struct:sti_screen
H A Dsti.c633 strlcpy(scr->scr_wsd.name, "std", sizeof(scr->scr_wsd.name));
634 scr->scr_wsd.ncols = cfg.width / scr->scr_curfont.width;
635 scr->scr_wsd.nrows = cfg.height / scr->scr_curfont.height;
636 scr->scr_wsd.textops = &sti_emulops;
637 scr->scr_wsd.fontwidth = scr->scr_curfont.width;
638 scr->scr_wsd.fontheight = scr->scr_curfont.height;
639 scr->scr_wsd.capabilities = WSSCREEN_REVERSE;
641 scr->scr_scrlist[0] = &scr->scr_wsd;
786 wsdisplay_cnattach(&scr->scr_wsd, sc
[all...]

Completed in 161 milliseconds