diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-11 21:44:49 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-11 21:44:49 +0100 |
| commit | 952dc19e0eeec2b0ba695970ac3f5a2997e39c77 (patch) | |
| tree | 10a484496fc9c8acf9b389c9d9a78c6637d803c8 /src/text.cc | |
| parent | 29805da671f7dd13f9e1b25800ac6a846391d355 (diff) | |
working on atlas
Diffstat (limited to 'src/text.cc')
| -rw-r--r-- | src/text.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/text.cc b/src/text.cc index d209ed2..21cee19 100644 --- a/src/text.cc +++ b/src/text.cc @@ -70,8 +70,8 @@ enum font_error_e wayc_font_init(struct font_s* font, return FONT_ERROR_NONE; } -enum font_error_e wayc_font_lookup(struct font_s* font, codepoint_t codepoint, - struct glyph_s* out) { +enum font_error_e wayc_font_lookup(struct font_s* font, struct atlas_s* atlas, + codepoint_t codepoint, struct glyph_s* out) { wayc_notnull(font); wayc_notnull(out); |
