diff options
author | Heiko Schaefer <heikos@users.sourceforge.net> | 2001-06-10 23:10:52 +0000 |
---|---|---|
committer | Heiko Schaefer <heikos@users.sourceforge.net> | 2001-06-10 23:10:52 +0000 |
commit | 9f1437018497615770fd42ef517e164429da3ca5 (patch) | |
tree | 19b7e956a2e31f1bf7d3afd3b30f0e4651713913 /src/xine-engine/xine_internal.h | |
parent | a65848a93863f934f1c058bb14bd79b76635836b (diff) | |
download | xine-lib-9f1437018497615770fd42ef517e164429da3ca5.tar.gz xine-lib-9f1437018497615770fd42ef517e164429da3ca5.tar.bz2 |
introducing aalib based video output
CVS patchset: 157
CVS date: 2001/06/10 23:10:52
Diffstat (limited to 'src/xine-engine/xine_internal.h')
-rw-r--r-- | src/xine-engine/xine_internal.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h index a832fb0e1..7a787907b 100644 --- a/src/xine-engine/xine_internal.h +++ b/src/xine-engine/xine_internal.h @@ -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_internal.h,v 1.20 2001/06/03 18:08:56 guenter Exp $ + * $Id: xine_internal.h,v 1.21 2001/06/10 23:10:52 heikos Exp $ * */ @@ -359,8 +359,9 @@ void load_decoder_plugins (xine_t *this, /* video */ #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 /* * list_video_output_plugins |