summaryrefslogtreecommitdiff
path: root/beos
diff options
context:
space:
mode:
authorFrançois Revel <mmu_man@netsurf-browser.org>2010-01-03 21:06:53 +0000
committerFrançois Revel <mmu_man@netsurf-browser.org>2010-01-03 21:06:53 +0000
commit314dd0cd5039b587b004f35149bc71d94e8249c6 (patch)
treec0a1aef155372cc1848577b584f3b9cf5d491f86 /beos
parent263d117bc2a83ea23ec78372bce9ffbed7c2eaa1 (diff)
downloadnetsurf-314dd0cd5039b587b004f35149bc71d94e8249c6.tar.gz
netsurf-314dd0cd5039b587b004f35149bc71d94e8249c6.tar.bz2
Add missing gui_window_scroll_visible().
svn path=/trunk/netsurf/; revision=9784
Diffstat (limited to 'beos')
-rw-r--r--beos/beos_window.cpp6
1 files changed, 6 insertions, 0 deletions
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();