aboutsummaryrefslogtreecommitdiffstats
path: root/fbmngplay/fbmngplay.h
diff options
context:
space:
mode:
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;