X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fdevices%2Frecord.h;h=d47b0ec065abfc5fa96f8e965f057b2ffa9d86fa;hb=4b4b622c628d8916ae947452c1d7ff5e0922304b;hp=3f158b934d3132bb0f68d52af1c558818cdb7383;hpb=5a1c08bd237c780e4ccd6cdac0fadbf215b3cde6;p=swftools.git diff --git a/lib/devices/record.h b/lib/devices/record.h index 3f158b9..d47b0ec 100644 --- a/lib/devices/record.h +++ b/lib/devices/record.h @@ -23,15 +23,20 @@ #define __record_h__ #include "../gfxdevice.h" +#include "../gfxtools.h" #ifdef __cplusplus extern "C" { #endif -void gfxdevice_record_init(gfxdevice_t*); +void gfxdevice_record_init(gfxdevice_t*, char use_tempfile); -void gfxresult_record_replay(gfxresult_t*, gfxdevice_t*); +gfxdevice_t* gfxdevice_record_new(char*filename); + +void gfxdevice_record_flush(gfxdevice_t*, gfxdevice_t*, gfxfontlist_t**); + +void gfxresult_record_replay(gfxresult_t*, gfxdevice_t*, gfxfontlist_t**); #ifdef __cplusplus }