[ros-diffs] [greatlrd] 29566: add empty file for directx video port control interface
greatlrd at svn.reactos.org
greatlrd at svn.reactos.org
Sun Oct 14 17:18:29 CEST 2007
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/win32k/ntddraw/dvp.c?rev=29566&view=auto
==============================================================================
--- 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 at 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/win32k/win32k.rbuild?rev=29566&r1=29565&r2=29566&view=diff
==============================================================================
--- 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>
More information about the Ros-diffs
mailing list