]> mj.ucw.cz Git - leo.git/blobdiff - sym.h
Labelling: Kind of backup before clean-up :D
[leo.git] / sym.h
diff --git a/sym.h b/sym.h
index 7c4e97be0702c7c06c684b60cca715b616b7ecf1..6af4f2b163a9ad52c77ba981f918b27afc521e94 100644 (file)
--- a/sym.h
+++ b/sym.h
@@ -4,8 +4,8 @@
  *     (c) 2014 Martin Mares <mj@ucw.cz>
  */
 
  *     (c) 2014 Martin Mares <mj@ucw.cz>
  */
 
-#ifndef _BRUM_SYM_H
-#define _BRUM_SYM_H
+#ifndef _LEO_SYM_H
+#define _LEO_SYM_H
 
 #include "osm.h"
 #include "style.h"
 
 #include "osm.h"
 #include "style.h"
@@ -71,6 +71,8 @@ struct sym_point {
   double fill_opacity;
   bool do_stroke;
   bool do_fill;
   double fill_opacity;
   bool do_stroke;
   bool do_fill;
+  double x;
+  double y;
 };
 
 // FIXME: Make sym_*_new() and symbolizer structs internal
 };
 
 // FIXME: Make sym_*_new() and symbolizer structs internal