mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
render: load cursor theme from XCURSOR_THEME and XCURSOR_SIZE
This commit is contained in:
parent
1947d33868
commit
1a341a56cc
4 changed files with 79 additions and 0 deletions
1
render.h
1
render.h
|
|
@ -8,3 +8,4 @@ cairo_scaled_font_t *attrs_to_font(
|
|||
void grid_render(struct terminal *term);
|
||||
void render_resize(struct terminal *term, int width, int height);
|
||||
void render_set_title(struct terminal *term, const char *title);
|
||||
void render_update_cursor_surface(struct terminal *term);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue