X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=acre.h;h=0c602c18547cfe919234a81d45b1b2f7a739937d;hb=8f4c1fdd2b59b651574100aa9f1c3dbce119a612;hp=89079ff3908bce3219a43cfba33719ff9777f60c;hpb=fb885ce6b3cdd5cde8b3c21821b49e2a82f6f11f;p=acre diff --git a/acre.h b/acre.h index 89079ff..0c602c1 100644 --- a/acre.h +++ b/acre.h @@ -53,7 +53,7 @@ acre_add_data (acre_t *acre, acre_data_t *data); * etc.) */ void -acre_draw (acre_t *acre, cairo_t *cr, double width, double height); +acre_draw (acre_t *acre, cairo_t *cr, int width, int height); /* Create a new dataset---a collection of (x, y) datapoints. A single * plot can contain multiple datasets, (see acre_add_data). */