summaryrefslogtreecommitdiff
path: root/drawing.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-09-13 15:25:02 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-09-13 15:25:02 +0200
commitc1eb525370eae11547bf293659309ad6dadba911 (patch)
tree4675a8e533a4d4a86ee1c1293b68a7f51e4077c8 /drawing.h
parent93cfb34f1504637c7e339ea210bce93b1a7fc59c (diff)
moved to pango from own system for ellipsizing
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);