From: kramm Date: Wed, 26 Mar 2008 13:04:07 +0000 (+0000) Subject: new function geterror() X-Git-Tag: buttons-working~342 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=a6a5936b8663e93f6ab9ed979a402c1ecdadb91a new function geterror() --- 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;