X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-live.git;a=blobdiff_plain;f=yarrg%2Fconvert.h;h=fadfe931ea40a9880d933feee85c35bcdadba674;hp=11f534bb1c8824fd5b8de4f72adfc206554993af;hb=1d5d1c30049c38ef1fc002b7403c695a6bfc469b;hpb=c68fb80a6bbf7acbcac4b2cb2143f5fea745cd2b diff --git a/yarrg/convert.h b/yarrg/convert.h index 11f534b..fadfe93 100644 --- a/yarrg/convert.h +++ b/yarrg/convert.h @@ -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, };