diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2008-12-27 14:39:04 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2008-12-27 14:39:04 -0300 |
commit | 1dc3775146a70648b8806673333fc64a67ffed51 (patch) | |
tree | 7da1b29b30492589f9c0ffd5396b6c4476cf99ef /src/image.hh | |
parent | c3aeca579c61983bc96d0177806fc48c28c8b825 (diff) |
[mq]: dicache-cleanup1
Diffstat (limited to 'src/image.hh')
-rw-r--r-- | src/image.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/image.hh b/src/image.hh index ce906c74..beccfb21 100644 --- a/src/image.hh +++ b/src/image.hh @@ -69,8 +69,10 @@ void a_Image_close(DilloImage *Image); void a_Image_imgbuf_ref(void *v_imgbuf); void a_Image_imgbuf_unref(void *v_imgbuf); -void *a_Image_imgbuf_new(void *v_dw, int img_type, int width, int height) ; +void *a_Image_imgbuf_new(void *v_dw, int img_type, int width, int height); int a_Image_imgbuf_last_reference(void *v_imgbuf); +void a_Image_imgbuf_update(DilloImage *Image, void *v_imgbuf, + const uchar_t *buf, uint_t y); #ifdef __cplusplus } |