git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ca63a7
)
new function geterror()
author
kramm
<kramm>
Wed, 26 Mar 2008 13:04:07 +0000
(13:04 +0000)
committer
kramm
<kramm>
Wed, 26 Mar 2008 13:04:07 +0000
(13:04 +0000)
lib/gfxdevice.h
patch
|
blob
|
history
diff --git
a/lib/gfxdevice.h
b/lib/gfxdevice.h
index
0d9a994
..
4a6334d
100644
(file)
--- 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;