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:
78891f9
)
fixed "startdepth" white background bug.
author
kramm
<kramm>
Sun, 18 Jul 2004 12:26:27 +0000
(12:26 +0000)
committer
kramm
<kramm>
Sun, 18 Jul 2004 12:26:27 +0000
(12:26 +0000)
pdf2swf/swfoutput.cc
patch
|
blob
|
history
diff --git
a/pdf2swf/swfoutput.cc
b/pdf2swf/swfoutput.cc
index
98701b0
..
81d9a8b
100644
(file)
--- a/
pdf2swf/swfoutput.cc
+++ b/
pdf2swf/swfoutput.cc
@@
-1533,8
+1533,7
@@
void swfoutput_newpage(struct swfoutput*obj)
swf_SetU16(tag,depth);
}
- depth = 1;
- startdepth = depth;
+ depth = startdepth;
}
/* "destroy" like in (oo-terminology) "destructor". Perform cleaning