[WIN32K]
[reactos.git] / reactos / subsystems / win32 / win32k / objects / brush.c
index b902f45..33ce56b 100644 (file)
@@ -53,7 +53,7 @@ IntGdiSetBrushOwner(PBRUSH pbr, ULONG ulOwner)
     {
         // Allow user access to User Data.
         GDIOBJ_vSetObjectAttr(&pbr->BaseObject, pbr->pBrushAttr);
-        // FIXME: allocate brush attr
+        // FIXME: Allocate brush attr
     }
 
     GDIOBJ_vSetObjectOwner(&pbr->BaseObject, ulOwner);
@@ -164,7 +164,7 @@ BRUSH_GetObject(PBRUSH pbrush, INT Count, LPLOGBRUSH Buffer)
     /* Set Hatch */
     if ((pbrush->flAttrs & GDIBRUSH_IS_HATCH)!=0)
     {
-        /* FIXME : this is not the right value */
+        /* FIXME: This is not the right value */
         Buffer->lbHatch = (LONG)pbrush->hbmPattern;
     }
     else