From bba4ee0eb4a3c4c3335e56d6f15e8f62ac0592e7 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Thu, 2 May 2002 18:59:29 +0000 Subject: Declare a logo name constant (better to use in UIs). CVS patchset: 1838 CVS date: 2002/05/02 18:59:29 --- include/xine.h.tmpl.in | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'include') 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 -- cgit v1.2.3