Author: tkreuzer Date: Tue May 6 15:50:53 2008 New Revision: 33334
URL: http://svn.reactos.org/svn/reactos?rev=33334&view=rev Log: remove PalIndexed from dc struct
Modified: trunk/reactos/subsystems/win32/win32k/include/dc.h
Modified: trunk/reactos/subsystems/win32/win32k/include/dc.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/inc... ============================================================================== --- trunk/reactos/subsystems/win32/win32k/include/dc.h [iso-8859-1] (original) +++ trunk/reactos/subsystems/win32/win32k/include/dc.h [iso-8859-1] Tue May 6 15:50:53 2008 @@ -132,8 +132,6 @@ INT saveLevel; // DCLEVEL lSaveDepth HDC hSelf; // DCLEVEL hdcSave Used only for MemoryDC & SaveDC.
- HPALETTE PalIndexed; - UNICODE_STRING DriverName; } DC, *PDC;