- Fix a few DxEng APIs without proper calling convention (spotted by Stefan).

svn path=/trunk/; revision=33289
This commit is contained in:
Aleksey Bragin 2008-05-05 07:59:00 +00:00
parent f9df01f16b
commit a293245d61

View file

@ -74,6 +74,7 @@ DRVFN gaEngFuncs [] =
* *
*--*/ *--*/
ULONG ULONG
APIENTRY
DxEngDispUniq() DxEngDispUniq()
{ {
DPRINT1("ReactX Calling : DxEngDispUniq\n"); DPRINT1("ReactX Calling : DxEngDispUniq\n");
@ -510,6 +511,7 @@ DxEngGetDCState(HDC hDC,
* *
*--*/ *--*/
BOOLEAN BOOLEAN
APIENTRY
DxEngIncDispUniq() DxEngIncDispUniq()
{ {
DPRINT1("ReactX Calling : DxEngIncDispUniq \n"); DPRINT1("ReactX Calling : DxEngIncDispUniq \n");
@ -619,8 +621,10 @@ DxEngNUIsTermSrv()
/* DxEngRedrawDesktop */ /* 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 BOOLEAN
APIENTRY
DxEngRedrawDesktop() DxEngRedrawDesktop()
{ {
/* FIXME add redraw code */ /* FIXME add redraw code */
@ -632,8 +636,9 @@ ULONG gulVisRgnUniqueness; // Increase count everytime client region is updated.
/************************************************************************/ /************************************************************************/
/* DxEngVisRgnUniq */ /* DxEngVisRgnUniq */
/************************************************************************/ /************************************************************************/
/* Notes : return the VisRgnUniq counter for win32k */ /* Notes : returns the VisRgnUniq counter for win32k */
ULONG ULONG
APIENTRY
DxEngVisRgnUniq() DxEngVisRgnUniq()
{ {
DPRINT1("ReactX Calling : DxEngVisRgnUniq \n"); DPRINT1("ReactX Calling : DxEngVisRgnUniq \n");