summaryrefslogtreecommitdiff
path: root/riscos/mng.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/mng.h')
-rw-r--r--riscos/mng.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/riscos/mng.h b/riscos/mng.h
index 41a09403a..661a9822b 100644
--- a/riscos/mng.h
+++ b/riscos/mng.h
@@ -1,20 +1,25 @@
/*
* This file is part of NetSurf, http://netsurf.sourceforge.net/
* Licensed under the GNU General Public License,
- * http://www.opensource.org/licenses/gpl-license
+ * http://www.opensource.org/licenses/gpl-license
* Copyright 2004 Richard Wilson <not_ginger_matt@users.sourceforge.net>
*/
#ifndef _NETSURF_RISCOS_MNG_H_
#define _NETSURF_RISCOS_MNG_H_
+#include "libmng/libmng.h"
#include "oslib/osspriteop.h"
struct content;
struct content_mng_data {
+ bool read_start;
+ bool read_resume;
+ int read_size;
+ bool waiting;
+ mng_handle handle;
osspriteop_area *sprite_area;
- char *sprite_image;
};
bool nsmng_create(struct content *c, const char *params[]);