summaryrefslogtreecommitdiff
path: root/desktop/netsurf.c
diff options
context:
space:
mode:
authorPhilip Pemberton <phil@philpem.me.uk>2003-06-05 13:17:55 +0000
committerPhilip Pemberton <phil@philpem.me.uk>2003-06-05 13:17:55 +0000
commit97dea9f287048685c295ba3418f1d0e540c6a10e (patch)
tree202a31a73300fc54e991c59de8659c22dd71c13a /desktop/netsurf.c
parentde2c0f5d909e6192785fbaa68736631906f9db1a (diff)
downloadnetsurf-97dea9f287048685c295ba3418f1d0e540c6a10e.tar.gz
netsurf-97dea9f287048685c295ba3418f1d0e540c6a10e.tar.bz2
[project @ 2003-06-05 13:17:55 by philpem]
Added GIF decode support svn path=/import/netsurf/; revision=160
Diffstat (limited to 'desktop/netsurf.c')
-rw-r--r--desktop/netsurf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/netsurf.c b/desktop/netsurf.c
index bc62c0de0..a9912061a 100644
--- a/desktop/netsurf.c
+++ b/desktop/netsurf.c
@@ -1,5 +1,5 @@
/**
- * $Id: netsurf.c,v 1.9 2003/06/01 23:02:56 monkeyson Exp $
+ * $Id: netsurf.c,v 1.10 2003/06/05 13:17:55 philpem Exp $
*/
#include "netsurf/desktop/options.h"
@@ -34,6 +34,7 @@ void netsurf_init(int argc, char** argv)
fetch_init();
cache_init();
nspng_init();
+ nsgif_init();
}