]> mj.ucw.cz Git - leo.git/blobdiff - sym.h
Labelling: Cleanup among debug prints
[leo.git] / sym.h
diff --git a/sym.h b/sym.h
index e846a790df44b6205416111feef6e691476fe5ed..d2e294c893c7afc541c99984b19039da35075c84 100644 (file)
--- a/sym.h
+++ b/sym.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
@@ -132,6 +134,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;