chiark / gitweb /
WIP ocean scraper before redo parser
[ypp-sc-tools.db-live.git] / yarrg / convert.h
index 6c011186f666de2accbf6b401e9c978aacdb209f..fadfe931ea40a9880d933feee85c35bcdadba674 100644 (file)
@@ -76,6 +76,7 @@ void store_current_page(CanonImage *ci /*pointer saved*/,
 void adjust_colours(CanonImage *ci, const RgbImage *rgb);
 
 void select_page(int page);
+void check_pager_motion(int first, int stop);
 
 Rect find_sunshine_widget(void);
 
@@ -121,6 +122,11 @@ enum flags {
   ff_needisland=          001000,
   ff_printisland=         002000,
   ff_upload=              004000,
+  
+  ff_use_yarrg=           010000,
+  ff_use_pctb=            020000,
+  ffm_use=                070000,
+  
   ffs_printisland=        003000,
   ffs_upload=             005000,
 };