X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=css.h;h=1cd76afd93756a598309146f7879e3639cbbc0df;hb=HEAD;hp=d35c0b36156ee1509014516545003914997398a3;hpb=44b0ec8816c3cf1a5858fec0c51e075cedefc3eb;p=leo.git diff --git a/css.h b/css.h index d35c0b3..1cd76af 100644 --- a/css.h +++ b/css.h @@ -4,8 +4,8 @@ * (c) 2014 Martin Mares */ -#ifndef _BRUM_CSS_H -#define _BRUM_CSS_H +#ifndef _LEO_CSS_H +#define _LEO_CSS_H #include "osm.h" #include "style.h" @@ -38,7 +38,7 @@ enum css_object_type { struct css_path { cnode n; - enum osm_object_type type; // Object type or OSM_TYPE_ANY + enum css_object_type type; // Object type or CSS_TYPE_ANY clist conditions; // Attribute conditions layer_t layer; // STYLE_LAYER_xxx or more osm_val_t role;