summaryrefslogtreecommitdiff
path: root/beos
diff options
context:
space:
mode:
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();