summaryrefslogtreecommitdiff
path: root/content/content_type.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-04-24 23:42:32 +0000
committerJames Bursa <james@netsurf-browser.org>2004-04-24 23:42:32 +0000
commit1f07fc6de5ae4e9999efb1fc1cd0f25a27f1bd64 (patch)
treed1f926d45423a1b68a82e40d2a876542110a3f16 /content/content_type.h
parentbfb0116bea8078950c905b5872849d763beea728 (diff)
downloadnetsurf-1f07fc6de5ae4e9999efb1fc1cd0f25a27f1bd64.tar.gz
netsurf-1f07fc6de5ae4e9999efb1fc1cd0f25a27f1bd64.tar.bz2
[project @ 2004-04-24 23:42:31 by bursa]
Replace void pointer in content callbacks with union content_msg_data. Fix animated gif flickering (except for scaled or masked gifs). Add gif to the debug builds. svn path=/import/netsurf/; revision=801
Diffstat (limited to 'content/content_type.h')
-rw-r--r--content/content_type.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/content_type.h b/content/content_type.h
index 96fa70575..66d2faad1 100644
--- a/content/content_type.h
+++ b/content/content_type.h
@@ -25,13 +25,13 @@ typedef enum {
#ifdef WITH_JPEG
CONTENT_JPEG,
#endif
+#ifdef WITH_GIF
+ CONTENT_GIF,
+#endif
#ifdef riscos
#ifdef WITH_PNG
CONTENT_PNG,
#endif
-#ifdef WITH_GIF
- CONTENT_GIF,
-#endif
#ifdef WITH_SPRITE
CONTENT_SPRITE,
#endif