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