mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[WIN32K]
- apply r47787 to yarotows svn path=/branches/reactos-yarotows/; revision=47797
This commit is contained in:
@@ -299,6 +299,16 @@ NtGdiSelectBitmap(
|
||||
psurfBmp->SurfObj.sizlBitmap.cx,
|
||||
psurfBmp->SurfObj.sizlBitmap.cy);
|
||||
|
||||
if (psurfBmp->hSecure)
|
||||
{
|
||||
/* Set DIBSECTION attribute */
|
||||
pdcattr->ulDirty_ |= DC_DIBSECTION;
|
||||
}
|
||||
else
|
||||
{
|
||||
pdcattr->ulDirty_ &= ~DC_DIBSECTION;
|
||||
}
|
||||
|
||||
/* Release the exclusive lock */
|
||||
SURFACE_UnlockSurface(psurfBmp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user