Add missing gui_window_scroll_visible().

svn path=/trunk/netsurf/; revision=9784
This commit is contained in:
François Revel 2010-01-03 21:06:53 +00:00
parent 263d117bc2
commit 314dd0cd50
1 changed files with 6 additions and 0 deletions

View File

@ -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();