Fix typo in the Gentoo initscript.
[fbsplash.git] / misc / fbtruetype / fbtruetype.h
blobc392f3bdec7208142bdc4b286c4a4156c9672076
1 /*
2 * fbmngplay - fb console MNG player.
3 * (c) 2001-2002 by Stefan Reinauer, <stepan@suse.de>
4 *
5 * This program is based on mngplay, part of libmng, written and (C) by
6 *
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,
11 * any later version.
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"
21 #endif
23 extern volatile int run;
24 extern int verbose;
25 extern int buffered;
26 extern int dynpos;
27 extern int waitsignal;
28 extern int delta;
29 extern int sconly;
31 #endif