mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
marked implemented functions as such
svn path=/trunk/; revision=5416
This commit is contained in:
parent
f460558ae4
commit
35e4a473dd
3 changed files with 6 additions and 6 deletions
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue