2 * fbmngplay - fb console MNG player.
3 * (c) 2001-2002 by Stefan Reinauer, <stepan@suse.de>
5 * This program is based on mngplay, part of libmng, written and (C) by
7 * Ralph Giles <giles@ashlu.bc.ca>
9 * This program my be redistributed under the terms of the
10 * GNU General Public Licence, version 2, or at your preference,
14 #ifndef __FBTRUETYPE_H
15 #define __FBTRUETYPE_H
17 #define FBTRUETYPE_VERSION "0.2"
19 #ifndef DEFAULT_FONTNAME
20 #define DEFAULT_FONTNAME "/etc/bootsplash/luxisri.ttf"
23 extern volatile int run
;
27 extern int waitsignal
;