chiark / gitweb /
page with the mouse to avoid the silly page-back-to-top effect
[ypp-sc-tools.db-test.git] / pctb / convert.h
index 44784eac1de0b02d2da3bc0a5fd3e52b4a083f69..ffa80ebf08062bf724b73567fe8fa39f0c9c01c8 100644 (file)
@@ -70,7 +70,9 @@ static inline Rgb ri_rgb(const RgbImage *ri, int x, int y) {
 /*----- from structure.c -----*/
 
 void find_structure(CanonImage *im, int *max_relevant_y_r,
-                   Point *commod_focus_point_r);
+                   Point *commod_focus_point_r,
+                   Point *commod_page_point_r,
+                   Point *commod_focuslast_point_r);
 Rect find_sunshine_widget(void);
 
 void canon_colour_prepare(void);