mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-06 01:40:22 -05:00
term/render: move {enable,disable}_application_synchronized_updates()
From render -> terminal
This commit is contained in:
parent
afa1dbb7cc
commit
bdf127fc7e
5 changed files with 37 additions and 38 deletions
3
render.h
3
render.h
|
|
@ -15,9 +15,6 @@ bool render_xcursor_set(struct terminal *term);
|
|||
|
||||
void render_search_box(struct terminal *term);
|
||||
|
||||
void render_enable_application_synchronized_updates(struct terminal *term);
|
||||
void render_disable_application_synchronized_updates(struct terminal *term);
|
||||
|
||||
struct render_worker_context {
|
||||
int my_id;
|
||||
struct terminal *term;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue