mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-14 22:59:20 +03:00
[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:
parent
b72b5032bf
commit
93b5270bc8
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user