hookThunk was not initialized in GetDcState.
This commit is contained in:
parent
efefecd000
commit
5131f21fb2
|
@ -283,6 +283,7 @@ HDC16 WINAPI GetDCState16( HDC16 hdc )
|
||||||
PATH_InitGdiPath( &newdc->w.path );
|
PATH_InitGdiPath( &newdc->w.path );
|
||||||
|
|
||||||
newdc->w.pAbortProc = NULL;
|
newdc->w.pAbortProc = NULL;
|
||||||
|
newdc->hookThunk = NULL;
|
||||||
|
|
||||||
/* Get/SetDCState() don't change hVisRgn field ("Undoc. Windows" p.559). */
|
/* Get/SetDCState() don't change hVisRgn field ("Undoc. Windows" p.559). */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue