mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
fixed DxEngCleanDC protoype
svn path=/trunk/; revision=31555
This commit is contained in:
@@ -80,6 +80,7 @@ BOOL DxEngSetDeviceGammaRamp(HDEV hPDev, PGAMMARAMP Ramp, BOOL Unuse);
|
||||
|
||||
BOOLEAN DxEngLockShareSem();
|
||||
BOOLEAN DxEngUnlockShareSem();
|
||||
BOOLEAN DxEngCleanDC(HDC hdc);
|
||||
|
||||
/* prototypes are not done yet, I need gather all my notes
|
||||
* to make them correct
|
||||
@@ -99,7 +100,6 @@ DWORD DxEngGetHdevData(PEDD_DIRECTDRAW_GLOBAL pEDDgpl, DWORD Index);
|
||||
DWORD DxEngSetHdevData(DWORD x1, DWORD x2, DWORD x3);
|
||||
DWORD DxEngGetDesktopDC(DWORD x1, DWORD x2, DWORD x3);
|
||||
DWORD DxEngDeleteDC(DWORD x1, DWORD x2);
|
||||
DWORD DxEngCleanDC(DWORD x1);
|
||||
DWORD DxEngSetDCOwner(DWORD x1, DWORD x2);
|
||||
DWORD DxEngSetDCState(DWORD x1, DWORD x2, DWORD x3);
|
||||
DWORD DxEngGetDCState(HDC hDC, DWORD type);
|
||||
|
||||
@@ -411,7 +411,7 @@ DWORD DxEngDeleteDC(DWORD x1, DWORD x2)
|
||||
/************************************************************************/
|
||||
/* DxEngCleanDC */
|
||||
/************************************************************************/
|
||||
DWORD DxEngCleanDC(DWORD x1)
|
||||
BOOLEAN DxEngCleanDC(HDC hdc)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user