]> mj.ucw.cz Git - leo.git/blobdiff - style.h
Parametrized drawing of map scale
[leo.git] / style.h
diff --git a/style.h b/style.h
index fb1ff8d1a9471aa9f64b981d7277a4a7c8ecf12b..eded29a9261dbccb47a84668877f8096e61e0f84 100644 (file)
--- a/style.h
+++ b/style.h
@@ -65,8 +65,10 @@ enum prop_keys {                     // Well-known properties
 
 void styles_init(void);
 void style_init(struct style_results *r);
+void style_cleanup(struct style_results *r);
 void style_begin(struct style_results *r, struct osm_object *o);
 void style_end(struct style_results *r);
+void style_enable_default_layer(struct style_results *r);
 
 void style_set_by_layer(struct style_results *r, layer_t layer, struct style_prop *p);