* Sync up to trunk head (r64995).
[reactos.git] / win32ss / gdi / ntgdi / intgdi.h
index d7aa777..6971510 100644 (file)
@@ -45,6 +45,12 @@ IntGdiPolylineTo(DC      *dc,
                  LPPOINT pt,
                  DWORD   Count);
 
+BOOL FASTCALL
+GreMoveTo( HDC hdc,
+           INT x,
+           INT y,
+           LPPOINT pptOut);
+
 /* Shape functions */
 
 BOOL
@@ -81,9 +87,12 @@ IntGetSysColor(INT nIndex);
 
 HBITMAP
 FASTCALL
-IntCreateCompatibleBitmap(PDC Dc,
-                          INT Width,
-                          INT Height);
+IntCreateCompatibleBitmap(
+    _In_ PDC Dc,
+    _In_ INT Width,
+    _In_ INT Height,
+    _In_ UINT Bpp,
+    _In_ UINT Planes);
 
 WORD APIENTRY IntGdiSetHookFlags(HDC hDC, WORD Flags);