mirror of
https://github.com/reactos/reactos.git
synced 2025-08-08 09:33:02 +00:00
adding one more api to dxeng.c
svn path=/branches/reactx/; revision=29601
This commit is contained in:
parent
1a146fe5ca
commit
ed47fc3520
1 changed files with 15 additions and 1 deletions
|
@ -64,7 +64,7 @@ DxEngVisRgnUniq()
|
||||||
}
|
}
|
||||||
|
|
||||||
/************************************************************************/
|
/************************************************************************/
|
||||||
/* Enumate all drivers in win32k */
|
/* DxEngEnumerateHdev */
|
||||||
/************************************************************************/
|
/************************************************************************/
|
||||||
/* Enumate all drivers in win32k */
|
/* Enumate all drivers in win32k */
|
||||||
HDEV *
|
HDEV *
|
||||||
|
@ -75,4 +75,18 @@ DxEngEnumerateHdev(HDEV *hdev);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/************************************************************************/
|
||||||
|
/* DxEngGetDeviceGammaRamp */
|
||||||
|
/************************************************************************/
|
||||||
|
/* same protypes NtGdiEngGetDeviceGammaRamp, diffent is we skipp the user mode checks and seh */
|
||||||
|
BOOL
|
||||||
|
DxEngGetDeviceGammaRamp(HDC hDC, LPVOID lpRamp)
|
||||||
|
{
|
||||||
|
/* FIXME redirect it to NtGdiEngGetDeviceGammaRamp internal call */
|
||||||
|
DPRINT1("redirect it to NtGdiEngGetDeviceGammaRamp internal call ");
|
||||||
|
return FALSE;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue