From 54d25de3719137a71af3415d952f1f8eb1296d4c Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 30 Jul 2004 16:16:07 +0000 Subject: [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 --- content/content.h | 1 + 1 file changed, 1 insertion(+) (limited to 'content/content.h') 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, -- cgit v1.2.3