X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fgfxdevice.h;h=4a6334d00ab3dcf0643a5e6f254a846de66bc02f;hb=89a0063cc15966a580e2a6a1db668e8348e6bd8b;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;