]> mj.ucw.cz Git - leo.git/blobdiff - sym.h
Acknowledge that we are using deprecared API of libproj
[leo.git] / sym.h
diff --git a/sym.h b/sym.h
index 7c4e97be0702c7c06c684b60cca715b616b7ecf1..e53409e7b8d9ecc9a35874bfae3ff72bdad4d1fa 100644 (file)
--- a/sym.h
+++ b/sym.h
@@ -4,8 +4,8 @@
  *     (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"
@@ -132,6 +132,7 @@ struct sym_text {
   color_t text_color;
   double x;
   double y;
+  double rotate;                       // Rotation in degrees CCW
   struct text_font *font;
   double opacity;
   color_t halo_color;