new function geterror()
[swftools.git] / lib / gfxdevice.h
index 0d9a994..4a6334d 100644 (file)
@@ -119,6 +119,8 @@ typedef struct _gfxdevice
     
     void (*endpage)(struct _gfxdevice*dev);
     
+    const char* (*geterror)();
+    
     gfxresult_t* (*finish)(struct _gfxdevice*dev);
 
     void* internal;