Sweden-Number/dlls/gdi/enhmfdrv
Huw Davies 9e8ce63e2e Let enhmetafiles reuse gdi handles. This works by a dc 'registering'
with an object that it wants to know when the object is deleted. Until
the dc gets delete notification it's free to assume that it doesn't
need to write the create record for that object again.  Upon receiving
the delete notification it writes the DeleteObject record. Windows
seems to do it this way too.
2003-11-25 05:03:09 +00:00
..
bitblt.c Implemented BitBlt, StretchBlt and SetDIBitsToDevice EMF driver 2003-10-15 02:33:15 +00:00
dc.c Implementation of SetTextJustication EMF driver callback. 2003-10-10 00:06:59 +00:00
enhmetafiledrv.h Let enhmetafiles reuse gdi handles. This works by a dc 'registering' 2003-11-25 05:03:09 +00:00
graphics.c Improved the bounding box calculation for the EMF driver ExtTextOut 2003-10-09 19:44:35 +00:00
init.c Let enhmetafiles reuse gdi handles. This works by a dc 'registering' 2003-11-25 05:03:09 +00:00
mapping.c Implementation of EMF driver OffsetViewportOrg and OffsetWindowOrg 2003-10-09 04:42:45 +00:00
objects.c Let enhmetafiles reuse gdi handles. This works by a dc 'registering' 2003-11-25 05:03:09 +00:00