remove ddalphablt worng functions

it should have been NtGdiDdAddAlphaBlt

svn path=/trunk/; revision=14828
This commit is contained in:
Magnus Olsen 2005-04-26 22:28:24 +00:00
parent 3bd5362791
commit f00d82e494
2 changed files with 7 additions and 6 deletions

View file

@ -361,13 +361,8 @@ DWORD STDCALL NtGdiDdBlt(
return ddRVal;
}
DWORD STDCALL NtGdiDdAlphaBlt(VOID)
{
// MSDN on all windows 95 to windows xp this call are unsuported
// see Graphics Low Level Client Support
return DDERR_UNSUPPORTED;
}
/* EOF */

View file

@ -551,4 +551,10 @@ DWORD STDCALL NtGdiDdUpdateOverlay(
}
DWORD STDCALL NtGdiDdAlphaBlt(VOID)
{
UNIMPLEMENTED
return 0;
}
/* EOF */