diff options
author | corvid <corvid@lavabit.com> | 2009-04-28 08:45:47 -0400 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-04-28 08:45:47 -0400 |
commit | a7e8afc8f2f90e55be9df6563b4ef0cc545b74b5 (patch) | |
tree | 1c430bdfbb44c54eadf63278ea18ad4c985621ff /src/imgbuf.hh | |
parent | 74508718ffa01ae03048b3a209a588ba0c721465 (diff) |
Regression fix: make scaled multiscan images work again.
Diffstat (limited to 'src/imgbuf.hh')
-rw-r--r-- | src/imgbuf.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imgbuf.hh b/src/imgbuf.hh index 3cab68a0..9a6e3ff7 100644 --- a/src/imgbuf.hh +++ b/src/imgbuf.hh @@ -20,7 +20,7 @@ void *a_Imgbuf_new(void *v_dw, int img_type, uint_t width, uint_t height); int a_Imgbuf_last_reference(void *v_imgbuf); void a_Imgbuf_update(void *v_imgbuf, const uchar_t *buf, DilloImgType type, uchar_t *cmap, uint_t width, uint_t height, uint_t y); - +void a_Imgbuf_new_scan(void *v_imgbuf); #ifdef __cplusplus } |