summaryrefslogtreecommitdiff
path: root/frontends/framebuffer/gui.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-06-10 15:34:45 +0100
committerVincent Sanders <vince@kyllikki.org>2017-06-10 15:35:36 +0100
commit4b9aaee6cdfe9d38683db75ca0de52f45045596a (patch)
tree0bd88fe5141d32bff64eba342bc3403e76b96b9d /frontends/framebuffer/gui.h
parente25eedab66d218e608d15fda593001b8073f3e67 (diff)
downloadnetsurf-4b9aaee6cdfe9d38683db75ca0de52f45045596a.tar.gz
netsurf-4b9aaee6cdfe9d38683db75ca0de52f45045596a.tar.bz2
update framebuffer to have corewindow interface and use it for localhistory
Diffstat (limited to 'frontends/framebuffer/gui.h')
-rw-r--r--frontends/framebuffer/gui.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/frontends/framebuffer/gui.h b/frontends/framebuffer/gui.h
index 0de1add69..abb27c4bb 100644
--- a/frontends/framebuffer/gui.h
+++ b/frontends/framebuffer/gui.h
@@ -27,17 +27,6 @@ typedef struct fb_cursor_s fb_cursor_t;
/* bounding box */
typedef struct nsfb_bbox_s bbox_t;
-struct gui_localhistory {
- struct browser_window *bw;
-
- struct fbtk_widget_s *window;
- struct fbtk_widget_s *hscroll;
- struct fbtk_widget_s *vscroll;
- struct fbtk_widget_s *history;
-
- int scrollx, scrolly; /**< scroll offsets. */
-};
-
struct gui_window {
struct browser_window *bw;
@@ -59,8 +48,6 @@ struct gui_window {
int throbber_index;
- struct gui_localhistory *localhistory;
-
struct gui_window *next;
struct gui_window *prev;
};
@@ -68,13 +55,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);
-void fb_localhistory_map(struct gui_localhistory * glh);
-
void gui_resize(struct fbtk_widget_s *root, int width, int height);
-
#endif /* NETSURF_FB_GUI_H */
/*