commit | e8d7f24fc038b3e228f18fc74e38b2e26ee059c8 | [log] [tgz] |
---|---|---|
author | Rein Klazes <rklazes@xs4all.nl> | Tue Jan 21 19:27:59 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Jan 21 19:27:59 2003 +0000 |
tree | 19d69c27bd141851ea11ae906c6650ec0e6d08c0 | |
parent | b4a3f1dc6814839335b0af0410df95a0168bd058 [diff] [blame] |
Allocate palette objects on the large gdi heap.
diff --git a/objects/gdiobj.c b/objects/gdiobj.c index f08b85e..85d6779 100644 --- a/objects/gdiobj.c +++ b/objects/gdiobj.c
@@ -693,6 +693,7 @@ case ENHMETAFILE_MAGIC: case ENHMETAFILE_DC_MAGIC: case BITMAP_MAGIC: + case PALETTE_MAGIC: if (!(obj = alloc_large_heap( size, handle ))) goto error; break; }