Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwindialogs.c75 COLORREF crText; in winDrawURLWindow() local
84 crText = RGB(128 + 64, 0, 0); in winDrawURLWindow()
86 crText = RGB(0, 128 + 64, 0); in winDrawURLWindow()
88 crText = RGB(0, 0, 128 + 64); in winDrawURLWindow()
89 SetTextColor(draw->hDC, crText); in winDrawURLWindow()