Author: jimtabor Date: Thu Jan 10 10:42:32 2008 New Revision: 31698
URL: http://svn.reactos.org/svn/reactos?rev=31698&view=rev Log: Removed Enhmeta code from win32k.
Modified: trunk/reactos/include/reactos/win32k/ntgdihdl.h trunk/reactos/subsystems/win32/win32k/objects/dc.c
Modified: trunk/reactos/include/reactos/win32k/ntgdihdl.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/win32k/ntgd... ============================================================================== --- trunk/reactos/include/reactos/win32k/ntgdihdl.h (original) +++ trunk/reactos/include/reactos/win32k/ntgdihdl.h Thu Jan 10 10:42:32 2008 @@ -404,9 +404,6 @@ HPALETTE PalIndexed;
UNICODE_STRING DriverName; - - HANDLE hFile; - LPENHMETAHEADER emh; } DC, *PDC;
#endif
Modified: trunk/reactos/subsystems/win32/win32k/objects/dc.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/obj... ============================================================================== --- trunk/reactos/subsystems/win32/win32k/objects/dc.c (original) +++ trunk/reactos/subsystems/win32/win32k/objects/dc.c Thu Jan 10 10:42:32 2008 @@ -1001,11 +1001,6 @@ #if 0 /* FIXME */ PATH_DestroyGdiPath (&DCToDelete->w.path); #endif - - if (DCToDelete->emh) - { - EngFreeMem(DCToDelete->emh); - }
DC_UnlockDc( DCToDelete ); DC_FreeDC ( hDC );