summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2002-05-02 12:31:02 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2002-05-02 12:31:02 +0000
commitd3a95395979c6e37920a0081b9d175abae6b2591 (patch)
tree32acaa6fc9e436c62852d75d41093558c48d5187 /include
parent3cba56a05c08538dd06792dc61f1ec5a280e1198 (diff)
downloadxine-lib-d3a95395979c6e37920a0081b9d175abae6b2591.tar.gz
xine-lib-d3a95395979c6e37920a0081b9d175abae6b2591.tar.bz2
Made logo configurable. Add a new XINE_LOGO status, use XINE_QUIT at
xine_exit() (avoid input plugin problems). CVS patchset: 1833 CVS date: 2002/05/02 12:31:02
Diffstat (limited to 'include')
-rw-r--r--include/xine.h.tmpl.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in
index 14a9532c5..11bfca325 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.93 2002/04/28 10:15:37 richwareham Exp $
+ * $Id: xine.h.tmpl.in,v 1.94 2002/05/02 12:31:02 f1rmb Exp $
*
*/
@@ -100,6 +100,12 @@ extern "C" {
* \sa xine_get_status()
*/
#define XINE_QUIT 2
+/**
+ * \def XINE_LOGOT
+ * Logo displaying status.
+ * \sa xine_get_status()
+ */
+#define XINE_LOGO 3
/** @} end of status_group */