implement GdiEntry7 (some part is untested)

svn path=/trunk/; revision=16841
This commit is contained in:
Magnus Olsen 2005-07-28 21:08:55 +00:00
parent 642c3770b3
commit 52754f93e1
2 changed files with 12 additions and 12 deletions

View file

@ -144,3 +144,15 @@ DdResetVisrgn(LPDDRAWI_DDRAWSURFACE_LCL pSurfaceLocal,
return NtGdiDdResetVisrgn((HANDLE) pSurfaceLocal->hDDSurface, hWnd);
}
/*
* @implemented
*
* GDIEntry 7
*/
HDC STDCALL DdGetDC(
LPDDRAWI_DDRAWSURFACE_LCL pSurfaceLocal,
LPPALETTEENTRY pColorTable
)
{
return NtGdiDdGetDC(pColorTable, (HANDLE) pSurfaceLocal->hDDSurface);
}

View file

@ -3902,18 +3902,6 @@ BOOL bPrimarySurface
/*
* @unimplemented
*/
HDC STDCALL DdGetDC(
LPDDRAWI_DDRAWSURFACE_LCL pSurfaceLocal,
LPPALETTEENTRY pColorTable
)
{
UNIMPLEMENTED;
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
return 0;
}
/*
* @unimplemented