mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 12:02:02 +00:00
[WIN32K]
- Giannis Adamopoulos : "Something is missing here" svn path=/branches/reactos-yarotows/; revision=48674
This commit is contained in:
parent
7b457ade67
commit
ce75f117fd
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue