- Giannis Adamopoulos : "Something is missing here"

svn path=/branches/reactos-yarotows/; revision=48674
This commit is contained in:
Jérôme Gardou 2010-09-01 11:28:50 +00:00
parent 7b457ade67
commit ce75f117fd

View file

@ -208,7 +208,7 @@ SURFACE_bSetBitmapBits(
else
{
/* Align the width (windows compatibility, drivers expect that) */
((((ulWidth << 3) / cBitsPixel) * cBitsPixel + 31) & ~31) >> 3;
ulWidth = ((((ulWidth << 3) / cBitsPixel) * cBitsPixel + 31) & ~31) >> 3;
}