mirror of
https://github.com/reactos/reactos.git
synced 2025-05-09 03:37:08 +00:00
- If any dib sections was created, set the flag.
svn path=/trunk/; revision=41906
This commit is contained in:
parent
038073d31c
commit
172daf63c3
1 changed files with 1 additions and 1 deletions
|
@ -1579,7 +1579,7 @@ DIB_CreateDIBSection(
|
||||||
*bits = bm.bmBits;
|
*bits = bm.bmBits;
|
||||||
}
|
}
|
||||||
|
|
||||||
// if (res) pdcattr->ulDirty_ |= DC_DIBSECTION;
|
if (res) pdcattr->ulDirty_ |= DC_DIBSECTION;
|
||||||
|
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue