diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-05-02 18:59:29 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-05-02 18:59:29 +0000 |
commit | bba4ee0eb4a3c4c3335e56d6f15e8f62ac0592e7 (patch) | |
tree | e4fecc72ff7d9b491fc56dd203a2f519d58e6d79 /include | |
parent | 7f66fdcaf0854942ef481db57123df3c6a515c75 (diff) | |
download | xine-lib-bba4ee0eb4a3c4c3335e56d6f15e8f62ac0592e7.tar.gz xine-lib-bba4ee0eb4a3c4c3335e56d6f15e8f62ac0592e7.tar.bz2 |
Declare a logo name constant (better to use in UIs).
CVS patchset: 1838
CVS date: 2002/05/02 18:59:29
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 |