summaryrefslogtreecommitdiffstats
path: root/plugins/dexela/software-roi.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dexela/software-roi.h')
-rw-r--r--plugins/dexela/software-roi.h2
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