mirror of
https://github.com/reactos/reactos.git
synced 2026-07-05 20:44:28 +08:00
move NtGdiExtFloodFill from bitblt.c to filshap.c
svn path=/trunk/; revision=28479
This commit is contained in:
@@ -535,20 +535,6 @@ done:
|
||||
return Ret;
|
||||
}
|
||||
|
||||
BOOL STDCALL
|
||||
NtGdiExtFloodFill(
|
||||
HDC hDC,
|
||||
INT XStart,
|
||||
INT YStart,
|
||||
COLORREF Color,
|
||||
UINT FillType)
|
||||
{
|
||||
DPRINT1("FIXME: NtGdiExtFloodFill is UNIMPLEMENTED\n");
|
||||
|
||||
/* lie and say we succeded */
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
* MaskBlt
|
||||
* Ported from WINE by sedwards 11-4-03
|
||||
|
||||
@@ -1659,4 +1659,18 @@ NtGdiGradientFill(
|
||||
return Ret;
|
||||
}
|
||||
|
||||
BOOL STDCALL
|
||||
NtGdiExtFloodFill(
|
||||
HDC hDC,
|
||||
INT XStart,
|
||||
INT YStart,
|
||||
COLORREF Color,
|
||||
UINT FillType)
|
||||
{
|
||||
DPRINT1("FIXME: NtGdiExtFloodFill is UNIMPLEMENTED\n");
|
||||
|
||||
/* lie and say we succeded */
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
/* EOF */
|
||||
|
||||
Reference in New Issue
Block a user