Allocate DC objects on the process heap, and removed WIN_DC_INFO
commit2239abb9f9baa9712dce6b41da88215d5918de2c
authorAlexandre Julliard <julliard@winehq.org>
Sun, 5 Nov 2000 02:05:07 +0000 (5 02:05 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 5 Nov 2000 02:05:07 +0000 (5 02:05 +0000)
treecab2066f559d54dbdb0e7688b6d1a9cfadd5f4c8
parent47f5f0006a221d0d940b176d1a706a215ddb1c2c
Allocate DC objects on the process heap, and removed WIN_DC_INFO
structure (based on a patch by Ken Coleman).
64 files changed:
dlls/gdi/printdrv.c
dlls/opengl32/wgl.c
dlls/ttydrv/bitmap.c
dlls/ttydrv/dc.c
dlls/ttydrv/graphics.c
dlls/ttydrv/objects.c
dlls/ttydrv/ttydrv.h
dlls/ttydrv/wnd.c
dlls/wineps/brush.c
dlls/wineps/clipping.c
dlls/wineps/color.c
dlls/wineps/escape.c
dlls/wineps/font.c
dlls/wineps/graphics.c
dlls/wineps/init.c
dlls/wineps/pen.c
dlls/wineps/ps.c
dlls/wineps/text.c
graphics/bitblt.c
graphics/enhmetafiledrv/graphics.c
graphics/enhmetafiledrv/init.c
graphics/enhmetafiledrv/objects.c
graphics/escape.c
graphics/mapping.c
graphics/metafiledrv/bitblt.c
graphics/metafiledrv/graphics.c
graphics/metafiledrv/init.c
graphics/metafiledrv/mapping.c
graphics/metafiledrv/objects.c
graphics/painting.c
graphics/path.c
graphics/win16drv/brush.c
graphics/win16drv/font.c
graphics/win16drv/graphics.c
graphics/win16drv/init.c
graphics/win16drv/pen.c
graphics/win16drv/text.c
graphics/x11drv/bitblt.c
graphics/x11drv/bitmap.c
graphics/x11drv/brush.c
graphics/x11drv/clipping.c
graphics/x11drv/dib.c
graphics/x11drv/graphics.c
graphics/x11drv/init.c
graphics/x11drv/palette.c
graphics/x11drv/pen.c
graphics/x11drv/text.c
graphics/x11drv/xfont.c
include/dc.h [deleted file]
include/gdi.h
objects/bitmap.c
objects/brush.c
objects/clipping.c
objects/dc.c
objects/dcvalues.c
objects/dib.c
objects/font.c
objects/gdiobj.c
objects/palette.c
objects/region.c
objects/text.c
windows/dce.c
windows/scroll.c
windows/x11drv/wnd.c