change DWORD2PIXEL to DWORD2Pixel

This commit is contained in:
VincentWei
2018-01-30 17:45:23 +08:00
parent 9b9b912eb7
commit 73d914293c
+1 -1
View File
@@ -345,7 +345,7 @@ static void alvDrawSubItem (HWND hWnd, PLVDATA plvdata,
// for mStudio only
bg_color = GetWindowElementAttr (hWnd, WE_LFFLAT_TAB_NRMLCLR);
if (bg_color != -1 && index % 2 == 1) {
SetBrushColor (hdc, DWORD2PIXEL(hdc, bg_color));
SetBrushColor (hdc, DWORD2Pixel (hdc, bg_color));
FillBox (hdc, rect.left, rect.top, RECTW(rect), RECTH(rect));
}
#endif