Commit what I forgot

svn path=/trunk/; revision=56497
This commit is contained in:
Timo Kreuzer
2012-05-04 17:39:00 +00:00
parent 7bf273c819
commit 433b60dc6a
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -225,6 +225,7 @@ IntSynthesizeBitmap(PWINSTATION_OBJECT pWinStaObj, PCLIP pBmEl)
pConvertedBmi,
DIB_RGB_COLORS,
0,
pMemObj->cbData - Offset,
0);
if (hBm)
+1
View File
@@ -229,6 +229,7 @@ UserLoadImage(PCWSTR pwszName)
pConvertedInfo,
DIB_RGB_COLORS,
0,
pbmfh->bfSize - pbmfh->bfOffBits,
0);
NtGdiDeleteObjectApp(hdc);