Home
last modified time | relevance | path

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

/dports/games/uqm/uqm-0.8.0/src/uqm/
H A Dconfirm.c41 Color oldfg = SetContextForeGroundColor (MENU_TEXT_COLOR); in DrawConfirmationWindow()
64 SetContextForeGroundColor (answer ? MENU_HIGHLIGHT_COLOR : MENU_TEXT_COLOR); in DrawConfirmationWindow()
68 SetContextForeGroundColor (answer ? MENU_TEXT_COLOR : MENU_HIGHLIGHT_COLOR); in DrawConfirmationWindow()
H A Dcnctdlg.c103 inactive = MENU_TEXT_COLOR; in MCD_DrawButton()
137 default_color = MENU_TEXT_COLOR; in MCD_DrawSlider()
185 default_color = MENU_TEXT_COLOR; in MCD_DrawTextEntry()
187 inactive = MENU_TEXT_COLOR; in MCD_DrawTextEntry()
H A Dcolors.h90 #define MENU_TEXT_COLOR \ macro