Home
last modified time | relevance | path

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

/dports/graphics/grx/grx249/src/vdrivers/
H A Dvd_win32.c135 static struct _GR_modifiedColors modifiedColors[256]; variable
150 modifiedColors[c].color = color; in loadcolor()
151 modifiedColors[c].modified = 1; in loadcolor()
654 if (modifiedColors[c].modified) { in WndProc()
657 modifiedColors[c].modified = 0; in WndProc()
658 if ((res = SetDIBColorTable(hDCMem, c, 1, &modifiedColors[c].color)) != 1) in WndProc()