summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFrantišek Dvořák <valtri@users.sourceforge.net>2004-02-28 19:56:41 +0000
committerFrantišek Dvořák <valtri@users.sourceforge.net>2004-02-28 19:56:41 +0000
commita657c3df2f453941b115de0ece3ad8d849d58a6b (patch)
tree8546f3fa258309d8169853ebd7bf24fb95ccb7c1 /include
parent29508eee9641ffeba9b372da6197f5176c2c58dc (diff)
downloadxine-lib-a657c3df2f453941b115de0ece3ad8d849d58a6b.tar.gz
xine-lib-a657c3df2f453941b115de0ece3ad8d849d58a6b.tar.bz2
New caca video output plugin - color ASCII art.
CVS patchset: 6191 CVS date: 2004/02/28 19:56:41
Diffstat (limited to 'include')
-rw-r--r--include/xine.h.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/xine.h.in b/include/xine.h.in
index 14fbddf72..dd766f710 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.115 2004/01/11 15:31:53 mroi Exp $
+ * $Id: xine.h.in,v 1.116 2004/02/28 19:56:41 valtri Exp $
*
* public xine-lib (libxine) interface and documentation
*
@@ -166,6 +166,7 @@ void xine_close_video_driver (xine_t *self, xine_video_port_t *driver);
#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 */
+#define XINE_VISUAL_TYPE_CACA 8
/*
* free all resources, close all plugins, close engine.