mirror of
https://codeberg.org/adnano/wmenu.git
synced 2025-10-29 05:40:20 -04:00
pango: Remove unused format specifier
This commit is contained in:
parent
ccca01d3cd
commit
554f3e7445
3 changed files with 13 additions and 44 deletions
4
pango.h
4
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue