From 465f37029a8633310c7f89a1917f6cc086dde7e6 Mon Sep 17 00:00:00 2001 From: Rich J Wareham Date: Sat, 2 Feb 2002 17:05:43 +0000 Subject: Added a new DirectFB output plugin (experimental) CVS patchset: 1470 CVS date: 2002/02/02 17:05:43 --- include/xine.h.tmpl.in | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'include') 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 */ /** -- cgit v1.2.3