X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Frrd_graph.h;h=1b452848edb0e15663dd08c3285bab1200166fe4;hb=8892808f3a79ec485e273390213ef3f16792eb54;hp=7e85cd635935d990b17fa3aeb52ab7b0e7832af8;hpb=ba531669d795b10244c358135249016c5898519b;p=pkg-rrdtool.git diff --git a/src/rrd_graph.h b/src/rrd_graph.h index 7e85cd6..1b45284 100644 --- a/src/rrd_graph.h +++ b/src/rrd_graph.h @@ -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; @@ -244,8 +244,8 @@ typedef struct image_desc_t { cairo_font_options_t *font_options; /* cairo font options */ cairo_antialias_t graph_antialias; /* antialiasing for the graph */ - info_t *grinfo; /* root pointer to extra graph info */ - info_t *grinfo_current; /* pointing to current entry */ + rrd_info_t *grinfo; /* root pointer to extra graph info */ + rrd_info_t *grinfo_current; /* pointing to current entry */ } image_desc_t; /* Prototypes */ @@ -454,5 +454,5 @@ void gfx_area_fit( void grinfo_push( image_desc_t *im, char *key, - enum info_type type, - infoval value); + rrd_info_type_t type, + rrd_infoval_t value);