summaryrefslogtreecommitdiff
path: root/frontends/kolibrios/fb/gui.h
diff options
context:
space:
mode:
authorAshish Gupta <ashmew2@gmail.com>2017-09-16 19:34:11 +0200
committerAshish Gupta <ashmew2@gmail.com>2017-10-25 22:04:55 +0200
commit53a37dc91305c704304c6306bdc6817686468e71 (patch)
tree42963821968919b1d8013d73ef4e700d081bdbed /frontends/kolibrios/fb/gui.h
parent9d4f7fa70b66899dea36dfd77845c40a9a8111c6 (diff)
downloadnetsurf-53a37dc91305c704304c6306bdc6817686468e71.tar.gz
netsurf-53a37dc91305c704304c6306bdc6817686468e71.tar.bz2
Reconcile differences for fb frontend
Diffstat (limited to 'frontends/kolibrios/fb/gui.h')
-rw-r--r--frontends/kolibrios/fb/gui.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/frontends/kolibrios/fb/gui.h b/frontends/kolibrios/fb/gui.h
index 0de1add69..abb27c4bb 100644
--- a/frontends/kolibrios/fb/gui.h
+++ b/frontends/kolibrios/fb/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 */
/*