mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-01 07:15:32 -04: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 {
|
struct glyph_sequence {
|
||||||
cairo_glyph_t glyphs[10000];
|
cairo_glyph_t glyphs[100000];
|
||||||
cairo_glyph_t *g;
|
cairo_glyph_t *g;
|
||||||
int count;
|
int count;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue