From b5fcb4d94cc6f93cd6ee7a7bfb850c9593e00e26 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Wed, 25 Jan 2006 17:28:29 +0000 Subject: [project @ 2006-01-25 17:28:29 by rjw] Implement feature request 1365051. svn path=/import/netsurf/; revision=2043 --- desktop/gui.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'desktop/gui.h') 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); -- cgit v1.2.3