summaryrefslogtreecommitdiff
path: root/drawing.h
diff options
context:
space:
mode:
Diffstat (limited to 'drawing.h')
-rw-r--r--drawing.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drawing.h b/drawing.h
index df8df98a..23c350b6 100644
--- a/drawing.h
+++ b/drawing.h
@@ -63,10 +63,10 @@ float
draw_get_font_size (void);
void
-draw_text (float x, float y, const char *text);
+draw_text (float x, float y, int width, int align, const char *text);
void
-draw_text_with_colors (float x, float y, const char *text);
+draw_text_with_colors (float x, float y, int width, int align, const char *text);
void
draw_get_text_extents (const char *text, int len, int *w, int *h);