[ros-diffs] [jimtabor] 30918: Replace fix for FF. Thanks Chistoph!

jimtabor at svn.reactos.org jimtabor at svn.reactos.org
Fri Nov 30 14:30:16 CET 2007


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/include/brush.h?rev=30918&r1=30917&r2=30918&view=diff
==============================================================================
--- 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/include/palette.h?rev=30918&r1=30917&r2=30918&view=diff
==============================================================================
--- 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/include/region.h?rev=30918&r1=30917&r2=30918&view=diff
==============================================================================
--- 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/include/text.h?rev=30918&r1=30917&r2=30918&view=diff
==============================================================================
--- 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;




More information about the Ros-diffs mailing list