commit | 78f9fae706736070e34465058cb7ad1602ef9952 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Fri Aug 17 00:07:13 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Aug 17 00:07:13 2001 +0000 |
tree | 61e1a884a637c173dd80acefab44f4c3383e701e | |
parent | e811f9c3538454209576eba585c90e244d819972 [diff] [blame] |
Create GDI stock objects as normal objects instead of using magic handle values.
diff --git a/objects/dc.c b/objects/dc.c index d73dbbf..2299361 100644 --- a/objects/dc.c +++ b/objects/dc.c
@@ -681,7 +681,7 @@ dc->flags = DC_MEMORY; dc->bitsPerPixel = 1; - dc->hBitmap = hPseudoStockBitmap; + dc->hBitmap = GetStockObject( DEFAULT_BITMAP ); /* Copy the driver-specific physical device info into * the new DC. The driver may use this read-only info