Skip to content
Snippets Groups Projects
Commit 9e8ce63e authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard
Browse files

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.
parent 6281d82e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment