Home
last modified time | relevance | path

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

/dports/games/xboard-devel/xboard-f49e7e1/xaw/
H A Dxboard.h163 extern Pixel timerForegroundPixel, timerBackgroundPixel, dialogColor, buttonColor;
H A Dxboard.c298 Pixel timerForegroundPixel, timerBackgroundPixel; variable
1238 XtSetArg(args[1], XtNforeground, &timerForegroundPixel); in main()
2331 Pixel foregroundOrWarningColor = timerForegroundPixel; in DisplayTimerLabel()
/dports/games/xboard-devel/xboard-f49e7e1/gtk/
H A Dxboard.h153 extern Pixel timerForegroundPixel, timerBackgroundPixel, dialogColor, buttonColor;
H A Dxboard.c1141 XtSetArg(args[1], XtNforeground, &timerForegroundPixel); in main()
/dports/games/xboard/xboard-4.9.1/gtk/
H A Dxboard.h155 extern Pixel timerForegroundPixel, timerBackgroundPixel, dialogColor, buttonColor;
H A Dxboard.c1160 XtSetArg(args[1], XtNforeground, &timerForegroundPixel); in main()
/dports/games/xboard/xboard-4.9.1/xaw/
H A Dxboard.h164 extern Pixel timerForegroundPixel, timerBackgroundPixel, dialogColor, buttonColor;
H A Dxboard.c300 Pixel timerForegroundPixel, timerBackgroundPixel; variable
1240 XtSetArg(args[1], XtNforeground, &timerForegroundPixel); in main()
2336 Pixel foregroundOrWarningColor = timerForegroundPixel; in DisplayTimerLabel()
/dports/games/xshogi/xshogi-1.4.2/
H A Dxshogi.c756 Pixel timerForegroundPixel, timerBackgroundPixel; member
1592 XtSetArg(args[0], XtNbackground, &player->timerForegroundPixel); in CreatePlayerWindow()
7491 XtSetArg(args[1], XtNbackground, player->timerForegroundPixel); in DisplayTimerLabel()
7497 XtSetArg(args[2], XtNforeground, player->timerForegroundPixel); in DisplayTimerLabel()