[project @ 2005-04-18 12:07:27 by adrianl]

Update gtk build before z notices I broke it

svn path=/import/netsurf/; revision=1668
This commit is contained in:
Adrian Lees 2005-04-18 12:07:27 +00:00
parent b72b5032bf
commit 93b5270bc8
1 changed files with 3 additions and 2 deletions

View File

@ -364,12 +364,13 @@ bool gui_window_scroll_start(struct gui_window *g)
}
void gui_drag_save_object(gui_save_type type, struct content *c)
void gui_drag_save_object(gui_save_type type, struct content *c,
struct gui_window *g)
{
}
void gui_drag_save_selection(struct selection *s)
void gui_drag_save_selection(struct selection *s, struct gui_window *g)
{
}