mirror of
https://github.com/reactos/reactos.git
synced 2026-05-27 19:33:55 +08:00
[WIN32SS] Fix IntSynthesizeDib to synthesize CF_DIB with CF_BITMAP (#644)
CORE-14770
This commit is contained in:
committed by
Hermès BÉLUSCA - MAÏTO
parent
3766d836c7
commit
8a685446b6
@@ -160,6 +160,7 @@ IntSynthesizeDib(
|
||||
}
|
||||
|
||||
/* Get information about the bitmap format */
|
||||
memset(&bmiBuffer, 0, sizeof(bmiBuffer));
|
||||
pbmi->bmiHeader.biSize = sizeof(bmiBuffer.bmih);
|
||||
iResult = GreGetDIBitsInternal(hdc,
|
||||
hbm,
|
||||
|
||||
Reference in New Issue
Block a user