diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/xine.h.tmpl.in | 8 |
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 */ |