Removed AbortProc from WIN_DC_INFO. AbortProc is handled in gdi32 and stored in the Dc_Attr->pvLDC (LDC) structure. LDC structure is used for printing and EMF functions. WIN_DC_INFO is still useful and might stick around for a while.

svn path=/trunk/; revision=28235
This commit is contained in:
James Tabor 2007-08-08 01:02:32 +00:00
parent 2ccda083f9
commit 3976fc7361

View file

@ -41,11 +41,6 @@ typedef struct _WIN_DC_INFO
INT DCOrgX; /* DC origin */
INT DCOrgY;
#if 0
FARPROC lpfnPrint; /* AbortProc for Printing */
#endif
INT ArcDirection;
XFORM xformWorld2Wnd; /* World-to-window transformation */