diff options
author | Mihael Koep <koep@schneide.com> | 2014-09-16 11:34:47 +0200 |
---|---|---|
committer | Mihael Koep <koep@schneide.com> | 2014-09-17 09:45:13 +0200 |
commit | 718cb1e5d2059b5d88bfe34d8c8bcca6a4550249 (patch) | |
tree | 98ea988923811fbc431c55017ec48d3deb286bf1 /plugins/dexela/software-roi.h | |
parent | f39be2686446c41a5fbf93eba7fb40ca99efcc3a (diff) | |
download | uca-718cb1e5d2059b5d88bfe34d8c8bcca6a4550249.tar.gz uca-718cb1e5d2059b5d88bfe34d8c8bcca6a4550249.tar.bz2 uca-718cb1e5d2059b5d88bfe34d8c8bcca6a4550249.tar.xz uca-718cb1e5d2059b5d88bfe34d8c8bcca6a4550249.zip |
Fix dexela software roi for multi-byte images
Diffstat (limited to 'plugins/dexela/software-roi.h')
-rw-r--r-- | plugins/dexela/software-roi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dexela/software-roi.h b/plugins/dexela/software-roi.h index e2916f0..3fb3b69 100644 --- a/plugins/dexela/software-roi.h +++ b/plugins/dexela/software-roi.h @@ -13,6 +13,6 @@ * @param roiWidth * @param roiHeight */ -void apply_software_roi(const guchar* src, guint srcWidth, guchar* dest, guint x, guint y, guint roiWidth, guint roiHeight); +void apply_software_roi(const guchar* src, guint srcWidth, guint bytesPerPixel, guchar* dest, guint x, guint y, guint roiWidth, guint roiHeight); #endif // SOFTWAREROI_H |