aboutsummaryrefslogtreecommitdiff
path: root/src/image.cc
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2008-12-29 12:36:52 -0300
committerJorge Arellano Cid <jcid@dillo.org>2008-12-29 12:36:52 -0300
commit898a112f2620bb7ea9d52763efb8755c49ff59e4 (patch)
treeaf64a114cac30151dca58e577b8f08833424d4a1 /src/image.cc
parent518b3517461eb9b298b515cc505b96c09cdd4b4a (diff)
imported patch dicache-cleanup3
Diffstat (limited to 'src/image.cc')
-rw-r--r--src/image.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/image.cc b/src/image.cc
index 3cb12eb0..cc41bc7c 100644
--- a/src/image.cc
+++ b/src/image.cc
@@ -128,10 +128,9 @@ void a_Image_new_scan(DilloImage *Image, void *v_imgbuf)
/*
* Implement the write method
*/
-void a_Image_write(DilloImage *Image, void *v_imgbuf,
- const uchar_t *buf, uint_t y, int decode)
+void a_Image_write(DilloImage *Image, uint_t y)
{
- MSG("a_Image_write\n");
+ _MSG("a_Image_write\n");
dReturn_if_fail ( y < Image->height );
/* Update the row in DwImage */