git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5eb17a7
)
made moveto take double as argument
author
kramm
<kramm>
Sun, 27 Feb 2005 14:45:40 +0000
(14:45 +0000)
committer
kramm
<kramm>
Sun, 27 Feb 2005 14:45:40 +0000
(14:45 +0000)
pdf2swf/swfoutput.cc
patch
|
blob
|
history
diff --git
a/pdf2swf/swfoutput.cc
b/pdf2swf/swfoutput.cc
index
6a89156
..
ee7bebb
100644
(file)
--- a/
pdf2swf/swfoutput.cc
+++ b/
pdf2swf/swfoutput.cc
@@
-227,7
+227,7
@@
static int moveto(struct swfoutput*obj, TAG*tag, plotxy p0)
}
return 0;
}
-static int moveto(struct swfoutput*obj, TAG*tag, float x, float y)
+static int moveto(struct swfoutput*obj, TAG*tag, double x, double y)
{
swfoutput_internal*i = (swfoutput_internal*)obj->internal;
plotxy p;