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:
219fa13
)
fixed -w option
author
kramm
<kramm>
Fri, 29 Apr 2005 08:46:58 +0000
(08:46 +0000)
committer
kramm
<kramm>
Fri, 29 Apr 2005 08:46:58 +0000
(08:46 +0000)
pdf2swf/pdf2swf.cc
patch
|
blob
|
history
diff --git
a/pdf2swf/pdf2swf.cc
b/pdf2swf/pdf2swf.cc
index
ed958d1
..
4881fa8
100644
(file)
--- a/
pdf2swf/pdf2swf.cc
+++ b/
pdf2swf/pdf2swf.cc
@@
-178,6
+178,11
@@
int args_callback_option(char*name,char*val) {
pdfswf_setparameter("storeallcharacters", "1");
return 0;
}
+ else if (!strcmp(name, "w"))
+ {
+ pdfswf_setparameter("linksopennewwindow", "0");
+ return 0;
+ }
else if (!strcmp(name, "F"))
{
char *s = strdup(val);