summaryrefslogtreecommitdiff
path: root/framebuffer
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-10-24 10:30:23 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2014-10-24 10:30:23 +0100
commit197f6e34f8370b983411df93f539eb4fdf4295dd (patch)
tree9f0690d962598719048f57d82ba7c211f508119c /framebuffer
parent3afc4098c74280571a4250400c1c2b40dd3f54d1 (diff)
downloadnetsurf-197f6e34f8370b983411df93f539eb4fdf4295dd.tar.gz
netsurf-197f6e34f8370b983411df93f539eb4fdf4295dd.tar.bz2
Fix wrap.
Diffstat (limited to 'framebuffer')
-rw-r--r--framebuffer/gui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/framebuffer/gui.h b/framebuffer/gui.h
index b17792a10..0de1add69 100644
--- a/framebuffer/gui.h
+++ b/framebuffer/gui.h
@@ -68,7 +68,8 @@ struct gui_window {
extern struct gui_window *window_list;
-struct gui_localhistory *fb_create_localhistory(struct browser_window *bw, struct fbtk_widget_s *parent, int furniture_width);
+struct gui_localhistory *fb_create_localhistory(struct browser_window *bw,
+ struct fbtk_widget_s *parent, int furniture_width);
void fb_localhistory_map(struct gui_localhistory * glh);
void gui_resize(struct fbtk_widget_s *root, int width, int height);