summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRich J Wareham <richwareham@users.sourceforge.net>2002-02-02 17:05:43 +0000
committerRich J Wareham <richwareham@users.sourceforge.net>2002-02-02 17:05:43 +0000
commit465f37029a8633310c7f89a1917f6cc086dde7e6 (patch)
treef0c8dd31ff442cce0b946e3674e1008a1d808d33 /include
parentef6e3362fcf60fe345573b883f086411ea0f70b4 (diff)
downloadxine-lib-465f37029a8633310c7f89a1917f6cc086dde7e6.tar.gz
xine-lib-465f37029a8633310c7f89a1917f6cc086dde7e6.tar.bz2
Added a new DirectFB output plugin (experimental)
CVS patchset: 1470 CVS date: 2002/02/02 17:05:43
Diffstat (limited to 'include')
-rw-r--r--include/xine.h.tmpl.in10
1 files changed, 8 insertions, 2 deletions
diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in
index 049b23a62..00a4a07e2 100644
--- a/include/xine.h.tmpl.in
+++ b/include/xine.h.tmpl.in
@@ -28,7 +28,7 @@
\endverbatim
*/
/*
- * $Id: xine.h.tmpl.in,v 1.76 2002/02/01 09:53:54 f1rmb Exp $
+ * $Id: xine.h.tmpl.in,v 1.77 2002/02/02 17:05:43 richwareham Exp $
*
*/
@@ -1465,7 +1465,13 @@ char **xine_get_autoplay_mrls (xine_t *self, char *plugin_id, int *num_mrls);
* \sa xine_list_video_output_plugins, xine_load_video_output_plugin
*/
#define VISUAL_TYPE_GTK 4
-
+/**
+ * \def VISUAL_TYPE_DFB
+ * DirectFB visual type
+ * \sa xine_list_video_output_plugins, xine_load_video_output_plugin
+ */
+#define VISUAL_TYPE_DFB 5
+
/** @} end of visual_types */
/**