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

/xsrc/external/mit/xterm/dist/
H A Dmisc.c5921 Pixmap myIcon = 0; local in function:xtermLoadIcon
5959 myIcon = resIcon;
5975 if (myIcon == 0 && hint != eHintNone) {
5995 &myIcon, &myMask, NULL) == 0) {
5998 myIcon = 0;
6003 if (myIcon != 0) {
6010 hints->icon_pixmap = myIcon;

Completed in 10 milliseconds