X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=style.h;h=eded29a9261dbccb47a84668877f8096e61e0f84;hb=c4f70c847416f1d0a2249beaaed3c7e7fd78b3b6;hp=fb1ff8d1a9471aa9f64b981d7277a4a7c8ecf12b;hpb=2f073368e7afea1a921006f67b0bb741b7332755;p=leo.git diff --git a/style.h b/style.h index fb1ff8d..eded29a 100644 --- 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);