summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2006-01-25 17:28:29 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2006-01-25 17:28:29 +0000
commitb5fcb4d94cc6f93cd6ee7a7bfb850c9593e00e26 (patch)
tree6f650322f49c6e599dc1786252f8919b48ee33e1 /desktop
parent9af422099297fe058809f00d389f91a8e71ca1c8 (diff)
downloadnetsurf-b5fcb4d94cc6f93cd6ee7a7bfb850c9593e00e26.tar.gz
netsurf-b5fcb4d94cc6f93cd6ee7a7bfb850c9593e00e26.tar.bz2
[project @ 2006-01-25 17:28:29 by rjw]
Implement feature request 1365051. svn path=/import/netsurf/; revision=2043
Diffstat (limited to 'desktop')
-rw-r--r--desktop/gui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/gui.h b/desktop/gui.h
index d5708852d..7289500a7 100644
--- a/desktop/gui.h
+++ b/desktop/gui.h
@@ -59,6 +59,8 @@ void gui_window_update_box(struct gui_window *g,
const union content_msg_data *data);
bool gui_window_get_scroll(struct gui_window *g, int *sx, int *sy);
void gui_window_set_scroll(struct gui_window *g, int sx, int sy);
+void gui_window_scroll_visible(struct gui_window *g, int x0, int y0,
+ int x1, int y1);
int gui_window_get_width(struct gui_window *g);
int gui_window_get_height(struct gui_window *g);
void gui_window_set_extent(struct gui_window *g, int width, int height);