Lines Matching refs:getIconicFont
10838 getIconicFont(screen)->fs = xtermLoadQueryFont(wnew,
10842 getIconicFont(screen)->fs ? "" : "NOT "));
11791 XFreeFont(screen->display, getIconicFont(screen)->fs);
12470 if (getIconicFont(screen)->fs == NULL) {
12471 getIconicFont(screen)->fs =
12474 (getIconicFont(screen)->fs
12487 && getIconicFont(screen)->fs == NULL) {
12489 getIconicFont(screen)->fs = GetNormalFont(screen, fNorm)->fs; /* need for next-if */
12494 if ((xw->work.active_icon == eiDefault) && getIconicFont(screen)->fs) {
12503 if (xw->work.active_icon && getIconicFont(screen)->fs) {
12516 getIconicFont(screen)->fs, 0);
12550 setCgsFont(xw, win, gcNorm, getIconicFont(screen));
12556 setCgsFont(xw, win, gcNormReverse, getIconicFont(screen));