aboutsummaryrefslogtreecommitdiff
path: root/pango.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango.h')
-rw-r--r--pango.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango.h b/pango.h
index c0f58bd..563ac84 100644
--- a/pango.h
+++ b/pango.h
@@ -10,9 +10,9 @@ int get_font_height(const char *font);
PangoLayout *get_pango_layout(cairo_t *cairo, const char *font,
const char *text, double scale);
void get_text_size(cairo_t *cairo, const char *font, int *width, int *height,
- int *baseline, double scale, const char *fmt, ...);
+ int *baseline, double scale, const char *text);
int text_width(cairo_t *cairo, const char *font, const char *text);
void pango_printf(cairo_t *cairo, const char *font, double scale,
- const char *fmt, ...);
+ const char *text);
#endif