From 5131f21fb2c6fb8c082957a71eec8b3bb39ecc06 Mon Sep 17 00:00:00 2001 From: Gerard Patel Date: Mon, 12 Jun 2000 21:52:58 +0000 Subject: [PATCH] hookThunk was not initialized in GetDcState. --- objects/dc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/objects/dc.c b/objects/dc.c index 7f351e14a3e..26ebd8c8265 100644 --- a/objects/dc.c +++ b/objects/dc.c @@ -283,6 +283,7 @@ HDC16 WINAPI GetDCState16( HDC16 hdc ) PATH_InitGdiPath( &newdc->w.path ); newdc->w.pAbortProc = NULL; + newdc->hookThunk = NULL; /* Get/SetDCState() don't change hVisRgn field ("Undoc. Windows" p.559). */