diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/xine.h.tmpl.in | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in index 11bfca325..1b5d7f4d0 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.94 2002/05/02 12:31:02 f1rmb Exp $ + * $Id: xine.h.tmpl.in,v 1.95 2002/05/02 18:59:29 f1rmb Exp $ * */ @@ -49,7 +49,13 @@ extern "C" { * \def XINE_SKINDIR * Skin file location */ -#define XINE_SKINDIR "@XINE_SKINPATH@" +#define XINE_SKINDIR "@XINE_SKINPATH@" + +/** + * \def XINE_LOGO_FILE + * Default logo file. + */ +#define XINE_LOGO_FILE "file://@XINE_SKINPATH@/xine_logo.mpg" /** * \defgroup build_info Build informations |