Searched refs:LASERCOLOR (Results 1 – 6 of 6) sorted by relevance
/dports/games/xpilot/xpilot-4.5.5/src/common/ |
H A D | draw.h | 58 #define LASERCOLOR 19 /* wide red pen */ macro
|
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/common/ |
H A D | const.h | 188 #define LASERCOLOR 19 /* wide red pen */ macro
|
/dports/games/xpilot/xpilot-4.5.5/src/common/NT/ |
H A D | winX.c | 729 objs[LASERCOLOR].color = objs[RED].color; in InitWinX() 730 objs[LASERCOLOR].brush = objs[RED].brush; in InitWinX() 731 objs[LASERCOLOR].pen = CreatePen(PS_SOLID, 2, WinXPColour(RED)); in InitWinX() 732 if (!objs[LASERCOLOR].pen) in InitWinX() 733 { sprintf(s, "maxcolors=%d can't create pen %d", winmaxcolors, LASERCOLOR); error(s); } in InitWinX()
|
H A D | winX11.c | 356 else if(cur_color == LASERCOLOR) in XGetGCValues() 383 case LASERCOLOR: in XGetGCValues()
|
/dports/games/xpilot/xpilot-4.5.5/src/client/NT/ |
H A D | winXXPilot.c | 726 objs[LASERCOLOR].color = objs[RED].color; in InitWinX() 727 objs[LASERCOLOR].brush = objs[RED].brush; in InitWinX() 728 objs[LASERCOLOR].pen = CreatePen(PS_SOLID, 2, WinXPColour(RED)); in InitWinX() 729 if (!objs[LASERCOLOR].pen) in InitWinX() 730 { sprintf(s, "maxcolors=%d can't create pen %d", winmaxcolors, LASERCOLOR); error(s); } in InitWinX()
|
/dports/games/xpilot/xpilot-4.5.5/src/client/ |
H A D | guiobjects.c | 430 SET_FG((unsigned)(color == BLUE ? LASERTEAMCOLOR : LASERCOLOR)); in Gui_paint_laser()
|