mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
adding one more api to dxeng.c
svn path=/branches/reactx/; revision=29601
This commit is contained in:
@@ -64,7 +64,7 @@ DxEngVisRgnUniq()
|
||||
}
|
||||
|
||||
/************************************************************************/
|
||||
/* Enumate all drivers in win32k */
|
||||
/* DxEngEnumerateHdev */
|
||||
/************************************************************************/
|
||||
/* Enumate all drivers in win32k */
|
||||
HDEV *
|
||||
@@ -75,4 +75,18 @@ DxEngEnumerateHdev(HDEV *hdev);
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user