gfio: add font selection and resize original window
[fio.git] / graph.h
diff --git a/graph.h b/graph.h
index 156b8e92ce33e5b565ac9d2ab042bdfedb52dc66..8202fe63a19e7feb96a9be0c3aea57eb95ea1092 100644 (file)
--- a/graph.h
+++ b/graph.h
@@ -3,7 +3,7 @@
 
 struct graph;
 
-struct graph *graph_new(unsigned int xdim, unsigned int ydim);
+struct graph *graph_new(unsigned int xdim, unsigned int ydim, const char *font);
 void bar_graph_draw(struct graph *g, cairo_t *cr);
 void line_graph_draw(struct graph *g, cairo_t *cr);
 void line_graph_set_data_count_limit(struct graph *g, int per_label_limit);