summaryrefslogtreecommitdiff
path: root/frontends/windows/window.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-12-16 00:31:48 +0000
committerVincent Sanders <vince@kyllikki.org>2019-12-16 00:31:48 +0000
commit0e304aba42ca904c49ea9190fa0313f858b12385 (patch)
tree2961563ac2155a537cb3dd1c4d3807d3ade067ff /frontends/windows/window.h
parentdba2df4b9aeb21b4c62f9a0e1443852995821e5d (diff)
downloadnetsurf-0e304aba42ca904c49ea9190fa0313f858b12385.tar.gz
netsurf-0e304aba42ca904c49ea9190fa0313f858b12385.tar.bz2
add page info button to url entry and update on change for win32
Diffstat (limited to 'frontends/windows/window.h')
-rw-r--r--frontends/windows/window.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/frontends/windows/window.h b/frontends/windows/window.h
index 80f5f2774..5f4349427 100644
--- a/frontends/windows/window.h
+++ b/frontends/windows/window.h
@@ -27,7 +27,7 @@ extern struct gui_window_table *win32_window_table;
struct browser_mouse {
struct gui_window *gui;
struct box *box;
-
+
double pressed_x;
double pressed_y;
bool waiting;
@@ -62,6 +62,8 @@ struct gui_window {
HACCEL acceltable; /**< accelerators */
+ HBITMAP hPageInfo[8]; /**< page info handles */
+
int scrollx; /**< current scroll location */
int scrolly; /**< current scroll location */