mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:33:01 +00:00
[WIN32SS] Fix IntSynthesizeDib to synthesize CF_DIB with CF_BITMAP (#644)
CORE-14770
This commit is contained in:
parent
3766d836c7
commit
8a685446b6
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@ IntSynthesizeDib(
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Get information about the bitmap format */
|
/* Get information about the bitmap format */
|
||||||
|
memset(&bmiBuffer, 0, sizeof(bmiBuffer));
|
||||||
pbmi->bmiHeader.biSize = sizeof(bmiBuffer.bmih);
|
pbmi->bmiHeader.biSize = sizeof(bmiBuffer.bmih);
|
||||||
iResult = GreGetDIBitsInternal(hdc,
|
iResult = GreGetDIBitsInternal(hdc,
|
||||||
hbm,
|
hbm,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue