chiark / gitweb /
Trying Hunter but it failed
[ypp-sc-tools.db-live.git] / yarrg / convert.h
index 11f534bb1c8824fd5b8de4f72adfc206554993af..fadfe931ea40a9880d933feee85c35bcdadba674 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * general header file for ypp-commodities
+ * general header file for yarrg
  */
 /*
  *  This is part of ypp-sc-tools, a set of third-party tools for assisting
@@ -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,
 };