Magellan Linux

Annotation of /trunk/linterm_tools/fw_builder/bootsplash/fbtruetype.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 658 - (hide annotations) (download)
Mon Jan 14 16:57:24 2008 UTC (16 years, 4 months ago) by niro
File MIME type: text/plain
File size: 687 byte(s)
initial import

1 niro 658 /*
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>
8     *
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.
12     */
13    
14     #ifndef __FBTRUETYPE_H
15     #define __FBTRUETYPE_H
16    
17     #define FBTRUETYPE_VERSION "0.2"
18    
19     #ifndef DEFAULT_FONTNAME
20     #define DEFAULT_FONTNAME "/etc/bootsplash/luxisri.ttf"
21     #endif
22    
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;
30    
31     #endif