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:
854e223
)
dummy checkin, for re-syncing
author
kramm
<kramm>
Tue, 13 Jan 2009 22:56:51 +0000
(22:56 +0000)
committer
kramm
<kramm>
Tue, 13 Jan 2009 22:56:51 +0000
(22:56 +0000)
lib/modules/swfscripts.c
patch
|
blob
|
history
lib/pdf/FullBitmapOutputDev.h
patch
|
blob
|
history
lib/pdf/Makefile.in
patch
|
blob
|
history
lib/readers/image.c
patch
|
blob
|
history
lib/readers/image.h
patch
|
blob
|
history
lib/readers/swf.c
patch
|
blob
|
history
lib/readers/swf.h
patch
|
blob
|
history
diff --git
a/lib/modules/swfscripts.c
b/lib/modules/swfscripts.c
index
db18320
..
3ffe092
100644
(file)
--- a/
lib/modules/swfscripts.c
+++ b/
lib/modules/swfscripts.c
@@
-362,3
+362,7
@@
void AVM2_InsertButtonLink(SWF*swf)
+
+
+
+
diff --git
a/lib/pdf/FullBitmapOutputDev.h
b/lib/pdf/FullBitmapOutputDev.h
index
59e4ef7
..
389c69d
100644
(file)
--- a/
lib/pdf/FullBitmapOutputDev.h
+++ b/
lib/pdf/FullBitmapOutputDev.h
@@
-195,3
+195,6
@@
private:
};
#endif
+
+
+
diff --git
a/lib/pdf/Makefile.in
b/lib/pdf/Makefile.in
index
f4bba5c
..
7a5b683
100644
(file)
--- a/
lib/pdf/Makefile.in
+++ b/
lib/pdf/Makefile.in
@@
-170,3
+170,4
@@
clean:
.PHONY: clean install uninstall check all
+
diff --git
a/lib/readers/image.c
b/lib/readers/image.c
index
00d6454
..
803ce8f
100644
(file)
--- a/
lib/readers/image.c
+++ b/
lib/readers/image.c
@@
-157,3
+157,11
@@
gfxsource_t*gfxsource_image_create()
src->open = image_open;
return src;
}
+
+
+
+
+
+
+
+
diff --git
a/lib/readers/image.h
b/lib/readers/image.h
index
458c01f
..
c81839f
100644
(file)
--- a/
lib/readers/image.h
+++ b/
lib/readers/image.h
@@
-15,3
+15,8
@@
gfxsource_t*gfxsource_image_create();
#endif
#endif
+
+
+
+
+
diff --git
a/lib/readers/swf.c
b/lib/readers/swf.c
index
1bad19b
..
be1a8a2
100644
(file)
--- a/
lib/readers/swf.c
+++ b/
lib/readers/swf.c
@@
-699,3
+699,11
@@
gfxsource_t*gfxsource_swf_create()
src->open = swf_open;
return src;
}
+
+
+
+
+
+
+
+
diff --git
a/lib/readers/swf.h
b/lib/readers/swf.h
index
f40c352
..
26bee49
100644
(file)
--- a/
lib/readers/swf.h
+++ b/
lib/readers/swf.h
@@
-34,3
+34,8
@@
gfxsource_t*gfxsource_swf_create();
#endif
#endif //__pdfsource_h__
+
+
+
+
+