From 1f07fc6de5ae4e9999efb1fc1cd0f25a27f1bd64 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sat, 24 Apr 2004 23:42:32 +0000 Subject: [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 --- content/content_type.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'content/content_type.h') 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 -- cgit v1.2.3