X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-test.git;a=blobdiff_plain;f=pctb%2Fconvert.h;h=0abdf93c5c48e5ee986a1b50cec5fef03963b26e;hp=827c6a7cc341992fba84403db013b175d6eaf67e;hb=bbcbb52822264bc83cd2c10bc5c2408483b8acb7;hpb=3d80a86a8c77e29a26e70aa810ebb2dea607208e diff --git a/pctb/convert.h b/pctb/convert.h index 827c6a7..0abdf93 100644 --- a/pctb/convert.h +++ b/pctb/convert.h @@ -60,8 +60,9 @@ RgbImage *alloc_rgb_image(int w, int h); /*----- from structure.c -----*/ void find_structure(const CanonImage *im, int *max_relevant_y_r); +Rect find_sunshine_widget(void); -void find_islandname(void); +void find_islandname(RgbImage *ri); void check_correct_commodities(void); void read_screenshots(void); void read_one_screenshot(void); @@ -87,6 +88,7 @@ void progress_spinner(const char *fmt, ...) FMT(1,2); enum flags { ff_editcharset= 00001, ff_singlepage= 00002, + ff_testservers= 00004, ff_dict_fetch= 00010, ff_dict_submit= 00020,