aboutsummaryrefslogtreecommitdiff
path: root/src/detector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/detector.h')
-rw-r--r--src/detector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/detector.h b/src/detector.h
index 854a765a..f6b26c8c 100644
--- a/src/detector.h
+++ b/src/detector.h
@@ -38,6 +38,8 @@ struct detector
{
struct panel *panels;
int n_panels;
+ int max_x;
+ int max_y; /* Size of overall array needed, minus 1 */
};
extern struct rvec get_q(struct image *image, unsigned int xs, unsigned int ys,