render: export render_csd()

This commit is contained in:
Daniel Eklöf 2020-02-25 19:09:29 +01:00
parent d15eb936ef
commit 70ce7245c6
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 34 additions and 18 deletions

View file

@ -16,6 +16,7 @@ void render_refresh(struct terminal *term);
bool render_xcursor_set(struct terminal *term);
void render_search_box(struct terminal *term);
void render_csd(struct terminal *term);
struct render_worker_context {
int my_id;