Author: jimtabor
Date: Fri Nov 30 16:30:15 2007
New Revision: 30918
URL:
http://svn.reactos.org/svn/reactos?rev=30918&view=rev
Log:
Replace fix for FF. Thanks Chistoph!
Modified:
trunk/reactos/subsystems/win32/win32k/include/brush.h
trunk/reactos/subsystems/win32/win32k/include/palette.h
trunk/reactos/subsystems/win32/win32k/include/region.h
trunk/reactos/subsystems/win32/win32k/include/text.h
Modified: trunk/reactos/subsystems/win32/win32k/include/brush.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/in…
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/include/brush.h (original)
+++ trunk/reactos/subsystems/win32/win32k/include/brush.h Fri Nov 30 16:30:15 2007
@@ -23,10 +23,10 @@
typedef struct
{
- HGDIOBJ hHmgr;
- PVOID pvEntry;
- ULONG lucExcLock;
- ULONG Tid;
+// HGDIOBJ hHmgr;
+// PVOID pvEntry;
+// ULONG lucExcLock;
+// ULONG Tid;
ULONG ulStyle;
HBITMAP hbmPattern;
Modified: trunk/reactos/subsystems/win32/win32k/include/palette.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/in…
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/include/palette.h (original)
+++ trunk/reactos/subsystems/win32/win32k/include/palette.h Fri Nov 30 16:30:15 2007
@@ -16,10 +16,10 @@
} ColorShifts;
typedef struct _PALGDI {
- HGDIOBJ hHmgr;
- PVOID pvEntry;
- ULONG lucExcLock;
- ULONG Tid;
+// HGDIOBJ hHmgr;
+// PVOID pvEntry;
+// ULONG lucExcLock;
+// ULONG Tid;
PALOBJ PalObj;
XLATEOBJ *logicalToSystem;
Modified: trunk/reactos/subsystems/win32/win32k/include/region.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/in…
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/include/region.h (original)
+++ trunk/reactos/subsystems/win32/win32k/include/region.h Fri Nov 30 16:30:15 2007
@@ -6,10 +6,10 @@
/* Internal region data. Can't use RGNDATA structure because buffer is allocated
statically */
typedef struct _ROSRGNDATA {
- HGDIOBJ hHmgr;
- PVOID pvEntry;
- ULONG lucExcLock;
- ULONG Tid;
+// HGDIOBJ hHmgr;
+// PVOID pvEntry;
+// ULONG lucExcLock;
+// ULONG Tid;
RGNDATAHEADER rdh;
PRECT Buffer;
Modified: trunk/reactos/subsystems/win32/win32k/include/text.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/in…
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/include/text.h (original)
+++ trunk/reactos/subsystems/win32/win32k/include/text.h Fri Nov 30 16:30:15 2007
@@ -6,10 +6,10 @@
/* GDI logical font object */
typedef struct
{
- HGDIOBJ hHmgr;
- PVOID pvEntry;
- ULONG lucExcLock;
- ULONG Tid;
+// HGDIOBJ hHmgr;
+// PVOID pvEntry;
+// ULONG lucExcLock;
+// ULONG Tid;
ENUMLOGFONTEXDVW logfont; //LOGFONTW logfont;
FONTOBJ *Font;