Home
last modified time | relevance | path

Searched refs:newColor (Results 1 – 1 of 1) sorted by relevance

/original-bsd/games/chess/Xchess/
H A DscrollText.c486 int TxtAddFont(display, textWin, fontNumber, newFont, newColor) in TxtAddFont() argument
491 int newColor; /* Color of font */
511 if (newColor == TXT_NO_COLOR) {
512 newColor = textInfo->fgPix;
516 gc_val.foreground = newColor;
540 (newColor != textInfo->theColors[fontNumber]));
544 textInfo->theColors[fontNumber] = newColor;