mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[WIN32K]
Fix missing colorTriple increment when creating the color table in GreGetDIBitsInternal. svn path=/trunk/; revision=57510
This commit is contained in:
@@ -815,6 +815,7 @@ GreGetDIBitsInternal(
|
||||
colorTriple->rgbtRed = (r * 0xff) / 5;
|
||||
colorTriple->rgbtGreen = (g * 0xff) / 5;
|
||||
colorTriple->rgbtBlue = (b * 0xff) / 5;
|
||||
colorTriple++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user