mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-22 12:12:35 +03:00
Fix wrap.
This commit is contained in:
parent
3afc4098c7
commit
197f6e34f8
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user