[6/7] Declare D3D10_DRIVER_TYPE

Kovács András andras at csevego.net
Tue Jun 12 17:16:30 CDT 2007


[6/7] Declare D3D10_DRIVER_TYPE
-- 
----------------------------
Kovács András (andras)
NetClub Vezető Rendszergazda
Lamarr
csevego.net
andras at csevego.net
----------------------------
-------------- next part --------------
From 6d3e251b38679acc32ab5cba98d91917e713c172 Mon Sep 17 00:00:00 2001
From: =?utf-8?q?Andr=C3=A1s_Kov=C3=A1cs?= <andras at debian.sth.sze.hu>
Date: Tue, 12 Jun 2007 23:33:55 +0200
Subject: [PATCH] Declare D3D10_DRIVER_TYPE

---
 include/d3d10_misc.h |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/include/d3d10_misc.h b/include/d3d10_misc.h
index a8c9767..9eceaae 100644
--- a/include/d3d10_misc.h
+++ b/include/d3d10_misc.h
@@ -19,4 +19,13 @@
 #ifndef __WINE_D3D10MISC_H
 #define __WINE_D3D10MISC_H
 
+typedef enum D3D10_DRIVER_TYPE
+{
+    D3D10_DRIVER_TYPE_HARDWARE  = 0,
+    D3D10_DRIVER_TYPE_REFERENCE = 1,
+    D3D10_DRIVER_TYPE_NULL      = 2,
+    D3D10_DRIVER_TYPE_SOFTWARE  = 3,
+} D3D10_DRIVER_TYPE;
+
+
 #endif
-- 
1.4.4.4



More information about the wine-patches mailing list