X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fgfxdevice.h;h=4a6334d00ab3dcf0643a5e6f254a846de66bc02f;hb=fe03062883881dcd0e1b8d65d676433d17973477;hp=0d9a99460d832dec36508c60694793eb7e228c21;hpb=3ca63a765deda9737dbbf336322daf7a9a551ba8;p=swftools.git diff --git a/lib/gfxdevice.h b/lib/gfxdevice.h index 0d9a994..4a6334d 100644 --- a/lib/gfxdevice.h +++ b/lib/gfxdevice.h @@ -119,6 +119,8 @@ typedef struct _gfxdevice void (*endpage)(struct _gfxdevice*dev); + const char* (*geterror)(); + gfxresult_t* (*finish)(struct _gfxdevice*dev); void* internal;