- If any dib sections was created, set the flag.

svn path=/trunk/; revision=41906
This commit is contained in:
James Tabor 2009-07-12 02:59:59 +00:00
parent 038073d31c
commit 172daf63c3

View file

@ -1579,7 +1579,7 @@ DIB_CreateDIBSection(
*bits = bm.bmBits;
}
// if (res) pdcattr->ulDirty_ |= DC_DIBSECTION;
if (res) pdcattr->ulDirty_ |= DC_DIBSECTION;
return res;
}