term/render: move {enable,disable}_application_synchronized_updates()

From render -> terminal
This commit is contained in:
Daniel Eklöf 2020-01-12 12:43:28 +01:00
parent afa1dbb7cc
commit bdf127fc7e
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 37 additions and 38 deletions

View file

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