render: load cursor theme from XCURSOR_THEME and XCURSOR_SIZE

This commit is contained in:
Daniel Eklöf 2019-07-05 10:44:09 +02:00
parent 1947d33868
commit 1a341a56cc
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 79 additions and 0 deletions

View file

@ -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);