From d3a95395979c6e37920a0081b9d175abae6b2591 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Thu, 2 May 2002 12:31:02 +0000 Subject: 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 --- include/xine.h.tmpl.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'include') 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 */ -- cgit v1.2.3