summaryrefslogtreecommitdiff
path: root/image/gif.h
diff options
context:
space:
mode:
Diffstat (limited to 'image/gif.h')
-rw-r--r--image/gif.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/image/gif.h b/image/gif.h
index 4a1a5c4c5..612aa1ad5 100644
--- a/image/gif.h
+++ b/image/gif.h
@@ -1,5 +1,6 @@
/*
* Copyright 2004 Richard Wilson <not_ginger_matt@users.sourceforge.net>
+ * Copyright 2008 Sean Fox <dyntryx@gmail.com>
*
* This file is part of NetSurf, http://www.netsurf-browser.org/
*
@@ -23,7 +24,7 @@
#ifdef WITH_GIF
#include <stdbool.h>
-#include "image/gifread.h"
+#include <libnsgif.h>
struct content;
@@ -44,6 +45,7 @@ bool nsgif_redraw_tiled(struct content *c, int x, int y,
int clip_x0, int clip_y0, int clip_x1, int clip_y1,
float scale, unsigned long background_colour,
bool repeat_x, bool repeat_y);
+void *nsgif_bitmap_create(int width, int height);
#endif /* WITH_GIF */