update for HEAD-2003050101
[reactos.git] / subsys / win32k / objects / brush.c
index 1b71ec0..f64f874 100644 (file)
@@ -9,6 +9,7 @@
 #include <win32k/brush.h>
 //#include <win32k/debug.h>
 #include <include/object.h>
+#include <include/inteng.h>
 
 #define NDEBUG
 #include <win32k/debug1.h>
@@ -221,17 +222,17 @@ BOOL STDCALL W32kPatBlt(HDC  hDC,
          DestRect.top = YLeft + Height + dc->w.DCOrgY;
          DestRect.bottom = YLeft + dc->w.DCOrgY;
        }
-      ret = EngBitBlt(SurfObj,
-                     NULL,
-                     NULL,
-                     NULL,
-                     NULL,
-                     &DestRect,
-                     NULL,
-                     NULL,
-                     BrushObj,
-                     NULL,
-                     PATCOPY);
+      ret = IntEngBitBlt(SurfObj,
+                        NULL,
+                        NULL,
+                        NULL,
+                        NULL,
+                        &DestRect,
+                        NULL,
+                        NULL,
+                        BrushObj,
+                        NULL,
+                        PATCOPY);
     }
   GDIOBJ_UnlockObj( dc->w.hBrush, GO_BRUSH_MAGIC );
   DC_ReleasePtr( hDC );