HomeSort by: relevance | last modified time | path
    Searched refs:getIconicFont (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xterm/dist/
fontutils.h 70 #define getIconicFont(screen) (&((screen)->fnt_icon))
ptyx.h 3721 #define WhichVFont(screen,name) (IsIcon(screen) ? getIconicFont(screen) \
3723 #define FontAscent(screen) (IsIcon(screen) ? getIconicFont(screen)->fs->ascent \
3725 #define FontDescent(screen) (IsIcon(screen) ? getIconicFont(screen)->fs->descent \
cachedGCs.c 505 font = getIconicFont(screen);
charproc.c 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)
    [all...]
menu.c 605 if (!getIconicFont(screen)->fs || !screen->iconVwin.window) {

Completed in 19 milliseconds