]> git.cworth.org Git - acre/blobdiff - acre.h
Split drawing of title and labels into its own function.
[acre] / acre.h
diff --git a/acre.h b/acre.h
index 89079ff3908bce3219a43cfba33719ff9777f60c..0c602c18547cfe919234a81d45b1b2f7a739937d 100644 (file)
--- 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). */