dummy checkin, for re-syncing
authorkramm <kramm>
Tue, 13 Jan 2009 22:56:51 +0000 (22:56 +0000)
committerkramm <kramm>
Tue, 13 Jan 2009 22:56:51 +0000 (22:56 +0000)
lib/modules/swfscripts.c
lib/pdf/FullBitmapOutputDev.h
lib/pdf/Makefile.in
lib/readers/image.c
lib/readers/image.h
lib/readers/swf.c
lib/readers/swf.h

index db18320..3ffe092 100644 (file)
@@ -362,3 +362,7 @@ void AVM2_InsertButtonLink(SWF*swf)
 
 
 
+
+
+
+
index f4bba5c..7a5b683 100644 (file)
@@ -170,3 +170,4 @@ clean:
 
 .PHONY: clean install uninstall check all
 
+
index 00d6454..803ce8f 100644 (file)
@@ -157,3 +157,11 @@ gfxsource_t*gfxsource_image_create()
     src->open = image_open;
     return src;
 }
+
+
+
+
+
+
+
+
index 458c01f..c81839f 100644 (file)
@@ -15,3 +15,8 @@ gfxsource_t*gfxsource_image_create();
 #endif
 
 #endif
+
+
+
+
+
index 1bad19b..be1a8a2 100644 (file)
@@ -699,3 +699,11 @@ gfxsource_t*gfxsource_swf_create()
     src->open = swf_open;
     return src;
 }
+
+
+
+
+
+
+
+
index f40c352..26bee49 100644 (file)
@@ -34,3 +34,8 @@ gfxsource_t*gfxsource_swf_create();
 #endif
 
 #endif //__pdfsource_h__
+
+
+
+
+