Load default stock bitmap in CreateDC().
This commit is contained in:
parent
316473d239
commit
e43a430dd6
|
@ -597,6 +597,7 @@ HDC WINAPI CreateDCA( LPCSTR driver, LPCSTR device, LPCSTR output,
|
|||
}
|
||||
|
||||
dc->flags = 0;
|
||||
dc->hBitmap = GetStockObject( DEFAULT_BITMAP );
|
||||
|
||||
TRACE("(driver=%s, device=%s, output=%s): returning %p\n",
|
||||
debugstr_a(driver), debugstr_a(device), debugstr_a(output), dc->hSelf );
|
||||
|
|
Loading…
Reference in New Issue