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:
f17227f
)
use definetext2 instead of definetext
author
kramm
<kramm>
Sun, 21 Oct 2007 19:55:19 +0000
(19:55 +0000)
committer
kramm
<kramm>
Sun, 21 Oct 2007 19:55:19 +0000
(19:55 +0000)
lib/devices/swf.c
patch
|
blob
|
history
diff --git
a/lib/devices/swf.c
b/lib/devices/swf.c
index
203a35e
..
b23f262
100644
(file)
--- a/
lib/devices/swf.c
+++ b/
lib/devices/swf.c
@@
-733,7
+733,7
@@
static void endtext(gfxdevice_t*dev)
if(i->textid<0)
return;
- i->tag = swf_InsertTag(i->tag,ST_DEFINETEXT);
+ i->tag = swf_InsertTag(i->tag,ST_DEFINETEXT2);
swf_SetU16(i->tag, i->textid);
SRECT r;