X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fcharts%2Fbarchart.h;h=d47ce165bb24d641f67ced9f2dcf9ea0e260f903;hb=396c757f00279e058d8614315d63bc699eefe3cf;hp=dabf61b05036861d84b6307ab4fec151a3833ef6;hpb=146f03d78d2663350f619fd70b7e68c581575765;p=pspp diff --git a/src/output/charts/barchart.h b/src/output/charts/barchart.h index dabf61b050..d47ce165bb 100644 --- a/src/output/charts/barchart.h +++ b/src/output/charts/barchart.h @@ -29,6 +29,7 @@ struct category int idx; /* Unique zero based index */ struct string label; /* The label to be displayed for this category */ union value val; /* The value of this category */ + int width; /* The width of VAL */ };