From a293245d6178858e6df8029d6b042b683834596b Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Mon, 5 May 2008 07:59:00 +0000 Subject: [PATCH] - Fix a few DxEng APIs without proper calling convention (spotted by Stefan). svn path=/trunk/; revision=33289 --- reactos/subsystems/win32/win32k/ntddraw/dxeng.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/reactos/subsystems/win32/win32k/ntddraw/dxeng.c b/reactos/subsystems/win32/win32k/ntddraw/dxeng.c index ea8b3b3627e..c3ca8121bfe 100644 --- a/reactos/subsystems/win32/win32k/ntddraw/dxeng.c +++ b/reactos/subsystems/win32/win32k/ntddraw/dxeng.c @@ -74,6 +74,7 @@ DRVFN gaEngFuncs [] = * *--*/ ULONG +APIENTRY DxEngDispUniq() { DPRINT1("ReactX Calling : DxEngDispUniq\n"); @@ -510,6 +511,7 @@ DxEngGetDCState(HDC hDC, * *--*/ BOOLEAN +APIENTRY DxEngIncDispUniq() { DPRINT1("ReactX Calling : DxEngIncDispUniq \n"); @@ -619,8 +621,10 @@ DxEngNUIsTermSrv() /* DxEngRedrawDesktop */ /************************************************************************/ -/* Notes : it always return TRUE, and it update whole the screen (redaw current desktop) */ +/* Notes : it always returns TRUE, and it updates whole screen + (redraws current desktop) */ BOOLEAN +APIENTRY DxEngRedrawDesktop() { /* FIXME add redraw code */ @@ -632,8 +636,9 @@ ULONG gulVisRgnUniqueness; // Increase count everytime client region is updated. /************************************************************************/ /* DxEngVisRgnUniq */ /************************************************************************/ -/* Notes : return the VisRgnUniq counter for win32k */ +/* Notes : returns the VisRgnUniq counter for win32k */ ULONG +APIENTRY DxEngVisRgnUniq() { DPRINT1("ReactX Calling : DxEngVisRgnUniq \n");