From a6a5936b8663e93f6ab9ed979a402c1ecdadb91a Mon Sep 17 00:00:00 2001 From: kramm Date: Wed, 26 Mar 2008 13:04:07 +0000 Subject: [PATCH] new function geterror() --- lib/gfxdevice.h | 2 ++ 1 file changed, 2 insertions(+) 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; -- 1.7.10.4