disable pango markup by default. added --pango-markup option for explicit enablement.
[rrdtool.git] / src / rrd_graph.h
index 7e85cd6..0642d41 100644 (file)
@@ -219,7 +219,7 @@ typedef struct image_desc_t {
     double    force_scale_max;  /* Force a scale--max */
 
     /* status information */
-
+    int       with_markup;
     long      xorigin, yorigin; /* where is (0,0) of the graph */
     long      ximg, yimg;   /* total size of the image */
     size_t    rendered_image_size;