aboutsummaryrefslogtreecommitdiff
path: root/src/draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/draw.h')
-rw-r--r--src/draw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/draw.h b/src/draw.h
index 3cfc460..e767ef8 100644
--- a/src/draw.h
+++ b/src/draw.h
@@ -1 +1,3 @@
int fill_bg(cairo_t *c, double w, double h);
+
+int draw_text(cairo_t *c, double x, double y, char *text);