summaryrefslogtreecommitdiff
path: root/debug/netsurfd.c
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-09-10 17:10:25 +0000
committerJames Bursa <james@netsurf-browser.org>2003-09-10 17:10:25 +0000
commit9c2e6492908bf6fd750f11e524eee34add181def (patch)
tree7bfdc815a5715a1bff96c4c0bf46aa0f542b68f1 /debug/netsurfd.c
parentf185bb4d0d24eef210a7c6db31c0ce15b0d252b2 (diff)
downloadnetsurf-9c2e6492908bf6fd750f11e524eee34add181def.tar.gz
netsurf-9c2e6492908bf6fd750f11e524eee34add181def.tar.bz2
[project @ 2003-09-10 17:10:25 by bursa]
Set graphics window when rendering objects. svn path=/import/netsurf/; revision=279
Diffstat (limited to 'debug/netsurfd.c')
-rw-r--r--debug/netsurfd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/debug/netsurfd.c b/debug/netsurfd.c
index d9f14d026..cdc1ee873 100644
--- a/debug/netsurfd.c
+++ b/debug/netsurfd.c
@@ -81,6 +81,7 @@ void plugin_decode(void *a, void *b, void *c, void *d)
}
void html_redraw(struct content *c, long x, long y,
- unsigned long width, unsigned long height)
+ unsigned long width, unsigned long height,
+ long x0, long y0, long x1, long y1)
{
}