Fix wrap.

This commit is contained in:
Michael Drake 2014-10-24 10:30:23 +01:00
parent 3afc4098c7
commit 197f6e34f8

View File

@ -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);