mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[WIN32K]
Commit what I forgot svn path=/trunk/; revision=56497
This commit is contained in:
@@ -225,6 +225,7 @@ IntSynthesizeBitmap(PWINSTATION_OBJECT pWinStaObj, PCLIP pBmEl)
|
||||
pConvertedBmi,
|
||||
DIB_RGB_COLORS,
|
||||
0,
|
||||
pMemObj->cbData - Offset,
|
||||
0);
|
||||
|
||||
if (hBm)
|
||||
|
||||
@@ -229,6 +229,7 @@ UserLoadImage(PCWSTR pwszName)
|
||||
pConvertedInfo,
|
||||
DIB_RGB_COLORS,
|
||||
0,
|
||||
pbmfh->bfSize - pbmfh->bfOffBits,
|
||||
0);
|
||||
|
||||
NtGdiDeleteObjectApp(hdc);
|
||||
|
||||
Reference in New Issue
Block a user