mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 00:05:40 +02:00
fcft: adjust to fcft-2.0 API changes
* font_*() -> fcft_*() * struct font -> struct fcft_font * struct glyph -> struct fcft_glyph * enum subpixel_order -> enum fcft_subpixel
This commit is contained in:
parent
b9e7417137
commit
03a5c8746f
5 changed files with 23 additions and 20 deletions
4
config.h
4
config.h
|
@ -15,10 +15,10 @@ struct bar *conf_to_bar(const struct yml_node *bar, enum bar_backend backend);
|
|||
*/
|
||||
|
||||
pixman_color_t conf_to_color(const struct yml_node *node);
|
||||
struct font *conf_to_font(const struct yml_node *node);
|
||||
struct fcft_font *conf_to_font(const struct yml_node *node);
|
||||
|
||||
struct conf_inherit {
|
||||
const struct font *font;
|
||||
const struct fcft_font *font;
|
||||
pixman_color_t foreground;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue