From 314dd0cd5039b587b004f35149bc71d94e8249c6 Mon Sep 17 00:00:00 2001 From: François Revel Date: Sun, 3 Jan 2010 21:06:53 +0000 Subject: Add missing gui_window_scroll_visible(). svn path=/trunk/netsurf/; revision=9784 --- beos/beos_window.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'beos/beos_window.cpp') diff --git a/beos/beos_window.cpp b/beos/beos_window.cpp index 8dd16e2c6..5a9ddf2bf 100644 --- a/beos/beos_window.cpp +++ b/beos/beos_window.cpp @@ -582,6 +582,12 @@ static void nsbeos_gui_window_attach_child(struct gui_window *parent, #endif } +void gui_window_scroll_visible(struct gui_window *g, int x0, int y0, + int x1, int y1) +{ + gui_window_set_scroll(g, x0, y0); +} + void gui_window_position_frame(struct gui_window *g, int x0, int y0, int x1, int y1) { CALLED(); -- cgit v1.2.3