X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lab-bitmaps.h;h=c4b1676addf150d9a02ea2f0531d79ad023ac63a;hb=refs%2Fheads%2Flabelling;hp=229e028a31224ca885cd71edd41bcd6ae8a396b1;hpb=1b17564442494d9827c24abbdfd24dc2848bb107;p=leo.git diff --git a/lab-bitmaps.h b/lab-bitmaps.h index 229e028..c4b1676 100644 --- a/lab-bitmaps.h +++ b/lab-bitmaps.h @@ -8,10 +8,13 @@ int get_overlap(struct placement *p, int **planed_ptr, int iteration); void update_map_parts(struct placement *p); void update_map_parts_delete(struct placement *p); void update_map_parts_create(struct placement *p); -struct placement **get_closure(struct placement *placement); +struct placement **get_closure(struct placement *placement, struct individual *other); void dump_bitmaps(struct individual *individual); void dump_label(struct symbol *sym); void dump_graph(void); +extern int page_width_gran, page_height_gran; +extern double bitmap_granularity; + #endif