X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_graph.h;h=d3de4cf05fc6e215e10312adf2e3d9a555f7e3d7;hb=829d0547396813c62e606d95fd42612f15ab9cb3;hp=0593d4a931207c1351c3d235c121d160c99a298c;hpb=afdc1dabafc566180b57ec64c9c5504c2c8e2775;p=rrdtool.git diff --git a/src/rrd_graph.h b/src/rrd_graph.h index 0593d4a..d3de4cf 100644 --- a/src/rrd_graph.h +++ b/src/rrd_graph.h @@ -203,7 +203,8 @@ typedef struct image_desc_t { char title[210]; /* title for graph */ char watermark[110]; /* watermark for graph */ int draw_x_grid; /* no x-grid at all */ - int draw_y_grid; /* no x-grid at all */ + int draw_y_grid; /* no y-grid at all */ + unsigned int draw_3d_border; /* size of border in pixels, 0 for off */ double grid_dash_on, grid_dash_off; xlab_t xlab_user; /* user defined labeling for xaxis */ char xlab_form[210]; /* format for the label on the xaxis */