tga.c | 126 struct wsscreen_descr tga_stdscreen = { variable in typeref:struct:wsscreen_descr 138 &tga_stdscreen, 378 tga_stdscreen.nrows = rip->ri_rows; 379 tga_stdscreen.ncols = rip->ri_cols; 380 tga_stdscreen.textops = &rip->ri_ops; 381 tga_stdscreen.capabilities = rip->ri_caps; 760 wsdisplay_cnattach(&tga_stdscreen, &dcp->dc_rinfo, 0, 0, defattr);
|