mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-23 02:42:11 +03:00
[project @ 2003-11-15 00:15:40 by jmb]
Fix debug build. svn path=/import/netsurf/; revision=417
This commit is contained in:
parent
01d735dab8
commit
c617bbd432
@ -91,6 +91,24 @@ void html_redraw(struct content *c, long x, long y,
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void html_add_instance(struct content *c, struct browser_window *bw,
|
||||||
|
struct content *page, struct box *box,
|
||||||
|
struct object_params *params, void **state)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
void html_reshape_instance(struct content *c, struct browser_window *bw,
|
||||||
|
struct content *page, struct box *box,
|
||||||
|
struct object_params *params, void **state)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
void html_remove_instance(struct content *c, struct browser_window *bw,
|
||||||
|
struct content *page, struct box *box,
|
||||||
|
struct object_params *params, void **state)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
void *login_list_get(char *url)
|
void *login_list_get(char *url)
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user