marked implemented functions as such

svn path=/trunk/; revision=5416
This commit is contained in:
Royce Mitchell III 2003-08-04 19:57:05 +00:00
parent f460558ae4
commit 35e4a473dd
3 changed files with 6 additions and 6 deletions

View file

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* $Id: bitblt.c,v 1.24 2003/07/27 18:37:23 dwelch Exp $
/* $Id: bitblt.c,v 1.25 2003/08/04 19:57:05 royce Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@ -181,7 +181,7 @@ CallDibBitBlt(PSURFOBJ OutputObj,
INT abs(INT nm);
/*
* @unimplemented
* @implemented
*/
BOOL STDCALL
EngBitBlt(SURFOBJ *DestObj,

View file

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* $Id: copybits.c,v 1.16 2003/07/27 18:37:23 dwelch Exp $
/* $Id: copybits.c,v 1.17 2003/08/04 19:57:05 royce Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@ -37,7 +37,7 @@
#include <include/eng.h>
/*
* @unimplemented
* @implemented
*/
BOOL STDCALL
EngCopyBits(SURFOBJ *Dest,

View file

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* $Id: lineto.c,v 1.20 2003/07/14 09:43:11 gvg Exp $
* $Id: lineto.c,v 1.21 2003/08/04 19:57:05 royce Exp $
*/
#include <ddk/winddi.h>
@ -330,7 +330,7 @@ SEtoNW(PSURFOBJ OutputObj, PSURFGDI OutputGDI, PCLIPOBJ Clip,
}
/*
* @unimplemented
* @implemented
*/
BOOL STDCALL
EngLineTo(SURFOBJ *DestObj,