summaryrefslogtreecommitdiff
path: root/content/content.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-07-30 16:16:07 +0000
committerJames Bursa <james@netsurf-browser.org>2004-07-30 16:16:07 +0000
commit54d25de3719137a71af3415d952f1f8eb1296d4c (patch)
tree863d233e7c052282299aa09b65268086a6a0d1aa /content/content.h
parentf0c6cb6d1a1352876dec6cecb4fb2faef1eed68e (diff)
downloadnetsurf-54d25de3719137a71af3415d952f1f8eb1296d4c.tar.gz
netsurf-54d25de3719137a71af3415d952f1f8eb1296d4c.tar.bz2
[project @ 2004-07-30 16:16:07 by bursa]
Implement content_quit() and ro_gui_window_quit() to free resources on quit. svn path=/import/netsurf/; revision=1164
Diffstat (limited to 'content/content.h')
-rw-r--r--content/content.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content.h b/content/content.h
index e441e6b36..b82a02ebc 100644
--- a/content/content.h
+++ b/content/content.h
@@ -268,6 +268,7 @@ void content_convert(struct content *c, int width, int height);
void content_reformat(struct content *c, int width, int height);
void content_clean(void);
void content_reset(struct content *c);
+void content_quit(void);
void content_redraw(struct content *c, int x, int y,
int width, int height,
int clip_x0, int clip_y0, int clip_x1, int clip_y1,