render: csd: split up positioning from rendering

This commit is contained in:
Daniel Eklöf 2020-02-29 18:02:38 +01:00
parent 9264e1e5bd
commit 92d638eb1c
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 148 additions and 87 deletions

View file

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