HomeSort by: relevance | last modified time | path
    Searched defs:smg_stdscreen (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/vax/vsa/
smg.c 202 static struct wsscreen_descr smg_stdscreen = { variable in typeref:struct:wsscreen_descr
207 &smg_stdscreen,
399 smg_stdscreen.ncols = ri->ri_cols;
400 smg_stdscreen.nrows = ri->ri_rows;
401 smg_stdscreen.textops = &ri->ri_ops;
402 smg_stdscreen.fontwidth = ri->ri_font->fontwidth;
403 smg_stdscreen.fontheight = ri->ri_font->fontheight;
404 smg_stdscreen.capabilities = ri->ri_caps;
1050 wsdisplay_cnattach(&smg_stdscreen, ri, 0, 0, defattr);

Completed in 221 milliseconds