Author: greatlrd Date: Sun Oct 14 19:18:29 2007 New Revision: 29566
URL: http://svn.reactos.org/svn/reactos?rev=29566&view=rev Log: add empty file for directx video port control interface
Added: branches/reactx/reactos/subsystems/win32/win32k/ntddraw/dvp.c (with props) Modified: branches/reactx/reactos/subsystems/win32/win32k/win32k.rbuild
Added: branches/reactx/reactos/subsystems/win32/win32k/ntddraw/dvp.c URL: http://svn.reactos.org/svn/reactos/branches/reactx/reactos/subsystems/win32/... ============================================================================== --- branches/reactx/reactos/subsystems/win32/win32k/ntddraw/dvp.c (added) +++ branches/reactx/reactos/subsystems/win32/win32k/ntddraw/dvp.c Sun Oct 14 19:18:29 2007 @@ -1,0 +1,27 @@ + +/* + * COPYRIGHT: See COPYING in the top level directory + * PROJECT: ReactOS kernel + * PURPOSE: Native DirectDraw implementation + * FILE: subsys/win32k/ntddraw/dvd.c + * PROGRAMER: Magnus olsen (magnus@greatlord.com) + * REVISION HISTORY: + * 19/1-2006 Magnus Olsen + */ + + +#include <w32k.h> +#include <reactos/drivers/directx/dxg.h> + +//#define NDEBUG +#include <debug.h> + +/********************************************************************************/ +/* DVD interface from DXG.SYS */ +/********************************************************************************/ + +extern PDRVFN gpDxFuncs; + + + +
Propchange: branches/reactx/reactos/subsystems/win32/win32k/ntddraw/dvp.c ------------------------------------------------------------------------------ svn:eol-style = native
Modified: branches/reactx/reactos/subsystems/win32/win32k/win32k.rbuild URL: http://svn.reactos.org/svn/reactos/branches/reactx/reactos/subsystems/win32/... ============================================================================== --- branches/reactx/reactos/subsystems/win32/win32k/win32k.rbuild (original) +++ branches/reactx/reactos/subsystems/win32/win32k/win32k.rbuild Sun Oct 14 19:18:29 2007 @@ -97,6 +97,7 @@ <file>dd.c</file> <file>ddsurf.c</file> <file>d3d.c</file> + <file>dvp.c</file> <file>mocomp.c</file> <file>stubs.c</file> </directory>