From 7897a98a4c7475e116f406ab173139c959d6dfb6 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Wed, 25 Feb 2004 15:12:58 +0000 Subject: [project @ 2004-02-25 15:12:57 by bursa] Implement scaling; rewrite desktop/browser; add riscos/thumbnail; rewrite history. svn path=/import/netsurf/; revision=566 --- debug/netsurfd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debug/netsurfd.c') diff --git a/debug/netsurfd.c b/debug/netsurfd.c index d0e62ebda..a9fe710e4 100644 --- a/debug/netsurfd.c +++ b/debug/netsurfd.c @@ -103,7 +103,8 @@ 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, - long x0, long y0, long x1, long y1) + long x0, long y0, long x1, long y1, + float scale) { } -- cgit v1.2.3