From 9f1437018497615770fd42ef517e164429da3ca5 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Sun, 10 Jun 2001 23:10:52 +0000 Subject: introducing aalib based video output CVS patchset: 157 CVS date: 2001/06/10 23:10:52 --- include/xine.h.tmpl.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in index 296dc0ca4..c4858a481 100644 --- a/include/xine.h.tmpl.in +++ b/include/xine.h.tmpl.in @@ -29,7 +29,7 @@ \endverbatim */ /* - * $Id: xine.h.tmpl.in,v 1.19 2001/05/28 21:47:43 f1rmb Exp $ + * $Id: xine.h.tmpl.in,v 1.20 2001/06/10 23:10:52 heikos Exp $ * */ @@ -497,8 +497,9 @@ char **xine_get_autoplay_mrls (xine_t *this, char *plugin_id); */ #define VISUAL_TYPE_X11 1 -#define VISUAL_TYPE_FB 2 -#define VISUAL_TYPE_GTK 3 +#define VISUAL_TYPE_AA 2 +#define VISUAL_TYPE_FB 3 +#define VISUAL_TYPE_GTK 4 /** * \fn char **list_video_output_plugins (int visual_type) -- cgit v1.2.3