X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=sym.h;h=6af4f2b163a9ad52c77ba981f918b27afc521e94;hb=eadd63b657be979276b0f7bab89f76a632473ab4;hp=7c4e97be0702c7c06c684b60cca715b616b7ecf1;hpb=44b0ec8816c3cf1a5858fec0c51e075cedefc3eb;p=leo.git diff --git a/sym.h b/sym.h index 7c4e97b..6af4f2b 100644 --- a/sym.h +++ b/sym.h @@ -4,8 +4,8 @@ * (c) 2014 Martin Mares */ -#ifndef _BRUM_SYM_H -#define _BRUM_SYM_H +#ifndef _LEO_SYM_H +#define _LEO_SYM_H #include "osm.h" #include "style.h" @@ -71,6 +71,8 @@ struct sym_point { double fill_opacity; bool do_stroke; bool do_fill; + double x; + double y; }; // FIXME: Make sym_*_new() and symbolizer structs internal