Added top level ignore list
[reactos.git] / reactos / include / ddk / winddi.h
index 4bc0dde..e3380f3 100644 (file)
@@ -445,6 +445,9 @@ typedef struct _BRUSHOBJ
 {
   ULONG  iSolidColor;
   PVOID  pvRbrush;
+
+  /*  remainder of fields are for GDI internal use  */
+  LOGBRUSH  logbrush;
 } BRUSHOBJ, *PBRUSHOBJ;
 
 typedef struct _CLIPOBJ