Searched refs:getIconicFont (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dfontutils.h70 #define getIconicFont(screen) (&((screen)->fnt_icon)) macro
H A Dptyx.h3718 #define WhichVFont(screen,name) (IsIcon(screen) ? getIconicFont(screen) \
3720 #define FontAscent(screen) (IsIcon(screen) ? getIconicFont(screen)->fs->ascent \
3722 #define FontDescent(screen) (IsIcon(screen) ? getIconicFont(screen)->fs->descent \
H A DcachedGCs.c505 font = getIconicFont(screen);
H A Dcharproc.c10838 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(scree
[all...]
H A Dmenu.c605 if (!getIconicFont(screen)->fs || !screen->iconVwin.window) {

Completed in 29 milliseconds