aboutsummaryrefslogtreecommitdiffstats
path: root/fbmngplay/fbmngplay.h
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2004-01-21 17:06:09 +0000
committerFlorent Villard <warly@mandriva.com>2004-01-21 17:06:09 +0000
commit5da95a07009cc2b4a5ae8fc9189129874a6f8aba (patch)
tree243fc85bce4861bc0f6b00e48ea30d3bf7f1ef3e /fbmngplay/fbmngplay.h
parente275edd67fd2be83ad5236865ffa13ffdeeefff5 (diff)
downloadbootsplash-5da95a07009cc2b4a5ae8fc9189129874a6f8aba.tar
bootsplash-5da95a07009cc2b4a5ae8fc9189129874a6f8aba.tar.gz
bootsplash-5da95a07009cc2b4a5ae8fc9189129874a6f8aba.tar.bz2
bootsplash-5da95a07009cc2b4a5ae8fc9189129874a6f8aba.tar.xz
bootsplash-5da95a07009cc2b4a5ae8fc9189129874a6f8aba.zip
update code from bootsplash.org
fix build with new 2.6 kernel header add blino patches to have a more correct THEME env var handling
Diffstat (limited to 'fbmngplay/fbmngplay.h')
-rw-r--r--fbmngplay/fbmngplay.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/fbmngplay/fbmngplay.h b/fbmngplay/fbmngplay.h
index 34d3259..08fa48e 100644
--- a/fbmngplay/fbmngplay.h
+++ b/fbmngplay/fbmngplay.h
@@ -20,18 +20,18 @@
/* structure for keeping track of our mng stream inside the callbacks */
typedef struct {
- FILE *file; /* pointer to the file we're decoding */
- char *filename; /* pointer to the file's path/name */
- mng_uint32 delay; /* ticks to wait before resuming decode */
- unsigned char *display; /* pointer to display */
- unsigned char *copybuffer;
- unsigned char *background;
- mng_handle mng; /* mng handle */
- int width, height;
- int fbwidth, fbheight, fbbpp, fbrow;
- int fbx, fby;
+ FILE *file; /* pointer to the file we're decoding */
+ char *filename; /* pointer to the file's path/name */
+ mng_uint32 delay; /* ticks to wait before resuming decode */
+ unsigned char *display; /* pointer to display */
+ unsigned char *copybuffer;
+ unsigned char *background;
+ mng_handle mng; /* mng handle */
+ int width, height;
+ int fbwidth, fbheight, fbbpp, fbrow;
+ int fbx, fby;
int fbredo, fbredl, fbgreeno, fbgreenl, fbblueo, fbbluel;
- int alpha;
+ int alpha;
} mngstuff;
extern volatile int run;