igsfb.c | 416 int wsfcookie; local in function:igsfb_init_wsdisplay 444 wsfcookie = wsfont_find("Gallant", 12, 22, 0, 447 if (wsfcookie <= 0) { 451 wsfcookie = wsfont_find(NULL, 0, 0, 0, /* any font at all? */ 457 if (wsfcookie <= 0) { 462 if (wsfont_lock(wsfcookie, &ri->ri_font) != 0) { 466 ri->ri_wsfcookie = wsfcookie;
|