summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTim Champagne <tchamp@users.sourceforge.net>2003-04-23 00:28:04 +0000
committerTim Champagne <tchamp@users.sourceforge.net>2003-04-23 00:28:04 +0000
commit225e48d012fb05eb8f6a7d61802b04e87cf506ab (patch)
tree0b9ebccb52b1cf3b7de73b267d5b7987c120fd80 /include
parent5d1af41d4101740beb9338dd74c5f3eaca374494 (diff)
downloadxine-lib-225e48d012fb05eb8f6a7d61802b04e87cf506ab.tar.gz
xine-lib-225e48d012fb05eb8f6a7d61802b04e87cf506ab.tar.bz2
Few more small changes for win32/msvc port
CVS patchset: 4652 CVS date: 2003/04/23 00:28:04
Diffstat (limited to 'include')
-rw-r--r--include/xine.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xine.h.in b/include/xine.h.in
index f78a53e54..baf3e0146 100644
--- a/include/xine.h.in
+++ b/include/xine.h.in
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: xine.h.in,v 1.77 2003/04/18 20:04:26 guenter Exp $
+ * $Id: xine.h.in,v 1.78 2003/04/23 00:28:04 tchamp Exp $
*
* public xine-lib (libxine) interface and documentation
*
@@ -142,7 +142,7 @@ void xine_close_video_driver (xine_t *self, xine_video_port_t *driver);
#define XINE_VISUAL_TYPE_GTK 4
#define XINE_VISUAL_TYPE_DFB 5
#define XINE_VISUAL_TYPE_PM 6 /* used by the OS/2 port */
-
+#define XINE_VISUAL_TYPE_DIRECTX 7 /* used by the win32/msvc port */
/*
* free all resources, close all plugins, close engine.
* self pointer is no longer valid after this call.