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:
67bad8c
)
swf_SetActions is now named swf_ActionSet.
author
kramm
<kramm>
Thu, 8 Nov 2001 21:04:10 +0000
(21:04 +0000)
committer
kramm
<kramm>
Thu, 8 Nov 2001 21:04:10 +0000
(21:04 +0000)
pdf2swf/swfoutput.cc
patch
|
blob
|
history
diff --git
a/pdf2swf/swfoutput.cc
b/pdf2swf/swfoutput.cc
index
18e86d9
..
2353efe
100644
(file)
--- a/
pdf2swf/swfoutput.cc
+++ b/
pdf2swf/swfoutput.cc
@@
-1176,7
+1176,7
@@
void drawlink(struct swfoutput*obj, ActionTAG*actions, swfcoord*points)
swf_ButtonSetRecord(tag,0x04,myshapeid2,depth,0,0);
swf_ButtonSetRecord(tag,0x08,myshapeid,depth,0,0);
swf_SetU8(tag,0);
- swf_SetActions(tag,actions);
+ swf_ActionSet(tag,actions);
swf_SetU8(tag,0);
tag = swf_InsertTag(tag,ST_PLACEOBJECT2);