mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
wayland: move reload_cursor_theme() and update_cursor_surface() to wayland
This commit is contained in:
parent
664641104c
commit
957fb25559
5 changed files with 64 additions and 61 deletions
2
render.h
2
render.h
|
|
@ -11,8 +11,6 @@ void render_set_title(struct terminal *term, const char *title);
|
|||
void render_refresh(struct terminal *term);
|
||||
|
||||
void render_search_box(struct terminal *term);
|
||||
bool render_reload_cursor_theme(struct terminal *term);
|
||||
void render_update_cursor_surface(struct terminal *term);
|
||||
|
||||
struct render_worker_context {
|
||||
int my_id;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue