X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=map.h;h=127d30ac4cb8294a2b61d6ab730a379107a44e28;hb=a732e5a272c5a1a30abc8c8f830583c75f334b96;hp=eaad9b6a52ab2ba1b4244a0007b71e890501ad89;hpb=314afcc0500a95c818dadbb68db72954cf4145b4;p=leo.git diff --git a/map.h b/map.h index eaad9b6..127d30a 100644 --- a/map.h +++ b/map.h @@ -12,7 +12,7 @@ extern double map_min_x, map_min_y; extern double map_max_x, map_max_y; extern double page_width, page_height; -extern uns map_clip, map_draw_border; +extern uns map_clip, map_rotate, map_draw_border; extern char *map_xml_input; extern char *map_projection; extern char *map_style_sheet;