* Replace NtGdiCreatePatternBrush and NtGdiCreateHatchBrush with NtGdiCreatePatternBr...
[reactos.git] / reactos / include / win32k / ntgdibad.h
index bfb2941..a2d22bb 100644 (file)
@@ -188,14 +188,6 @@ NtGdiArcTo(HDC  hDC,
                 int  XRadial2,\r
                 int  YRadial2);\r
 \r
-/* Does not exist */\r
-BOOL\r
-STDCALL\r
-NtGdiCheckColorsInGamut(HDC  hDC,\r
-                             LPVOID  RGBTriples,\r
-                             LPVOID  Buffer,\r
-                             UINT  Count);\r
-\r
 /* Use NtGdiArcInternal with GdiTypeChord */\r
 BOOL\r
 STDCALL\r
@@ -289,12 +281,6 @@ NtGdiCreateEnhMetaFile (
        LPCWSTR         Description\r
        );\r
 \r
-/* Use NtGdiCreateHatchBrushInternal with FALSE at the end. */\r
-HBRUSH STDCALL\r
-NtGdiCreateHatchBrush(\r
-   INT Style,\r
-   COLORREF Color);\r
-\r
 /* Metafiles are user mode */\r
 HDC\r
 STDCALL\r
@@ -309,11 +295,6 @@ NtGdiCreatePalette (
        CONST PLOGPALETTE       lgpl\r
        );\r
 \r
-/* Use NtGdiCreatePatternBrushInternal with false, false at the end. */\r
-HBRUSH STDCALL\r
-NtGdiCreatePatternBrush(\r
-   HBITMAP hBitmap);\r
-\r
 /* Use NtGdiCreatePen with -> as parameters. */\r
 HPEN STDCALL\r
 NtGdiCreatePenIndirect(\r
@@ -348,9 +329,6 @@ NtGdiDPtoLP (
        int     Count\r
        );\r
 \r
-/* Use NtGdiDeleteObjectApp. */\r
-BOOL STDCALL  NtGdiDeleteDC(HDC  hDC);\r
-\r
 /* Meta are user-mode. */\r
 BOOL\r
 STDCALL\r