mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-12 04:27:51 -05:00
render: bump number of glyphs we can render in a single call
This commit is contained in:
parent
19cef74153
commit
998ce52b7e
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
|
@ -78,7 +78,7 @@ attrs_to_font(struct context *c, const struct attributes *attrs)
|
|||
}
|
||||
|
||||
struct glyph_sequence {
|
||||
cairo_glyph_t glyphs[10000];
|
||||
cairo_glyph_t glyphs[100000];
|
||||
cairo_glyph_t *g;
|
||||
int count;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue