From 457e0142bdd1c4ce58ee682870d6ff29c35bc4e6 Mon Sep 17 00:00:00 2001 From: Saveliy Tretiakov Date: Wed, 13 Sep 2006 13:43:39 +0000 Subject: [PATCH] Move IntGdiGradientFill and IntSystemParametersInfo prototypes to header files. Delete DestroyThreadWindows prototype (function does not exist). svn path=/trunk/; revision=24097 --- reactos/subsystems/win32/win32k/include/intgdi.h | 5 +++++ reactos/subsystems/win32/win32k/include/misc.h | 5 ++--- reactos/subsystems/win32/win32k/ntuser/painting.c | 3 --- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/reactos/subsystems/win32/win32k/include/intgdi.h b/reactos/subsystems/win32/win32k/include/intgdi.h index a3d5a405222..6c1eaa7399e 100644 --- a/reactos/subsystems/win32/win32k/include/intgdi.h +++ b/reactos/subsystems/win32/win32k/include/intgdi.h @@ -115,6 +115,11 @@ IntGdiPolyPolygon(DC *dc, LPINT PolyCounts, int Count); +BOOL FASTCALL IntGdiGradientFill(DC *dc, + PTRIVERTEX pVertex, + ULONG uVertex, + PVOID pMesh, ULONG uMesh, ULONG ulMode); + /* Rgn functions */ int FASTCALL diff --git a/reactos/subsystems/win32/win32k/include/misc.h b/reactos/subsystems/win32/win32k/include/misc.h index 85491f464a6..1e4f2a86268 100644 --- a/reactos/subsystems/win32/win32k/include/misc.h +++ b/reactos/subsystems/win32/win32k/include/misc.h @@ -6,8 +6,7 @@ #define W32PF_MANUALGUICHECK (0x0002) #define W32PF_CREATEDWINORDC (0x0004) -VOID -FASTCALL -DestroyThreadWindows(struct _ETHREAD *Thread); +ULONG FASTCALL IntSystemParametersInfo(UINT uiAction, UINT uiParam, PVOID pvParam, UINT fWinIni); + #endif /* __WIN32K_MISC_H */ diff --git a/reactos/subsystems/win32/win32k/ntuser/painting.c b/reactos/subsystems/win32/win32k/ntuser/painting.c index 1625b7375cf..17829f9d4a5 100644 --- a/reactos/subsystems/win32/win32k/ntuser/painting.c +++ b/reactos/subsystems/win32/win32k/ntuser/painting.c @@ -1372,9 +1372,6 @@ CLEANUP: END_CLEANUP; } -/* Don't know where to put this */ -BOOL FASTCALL IntGdiGradientFill(DC *dc, PTRIVERTEX pVertex, ULONG uVertex, PVOID pMesh, ULONG uMesh, ULONG ulMode); -ULONG FASTCALL IntSystemParametersInfo(UINT uiAction, UINT uiParam, PVOID pvParam, UINT fWinIni); BOOL UserDrawSysMenuButton(