mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
render: csd: split up positioning from rendering
This commit is contained in:
parent
9264e1e5bd
commit
92d638eb1c
4 changed files with 148 additions and 87 deletions
1
render.h
1
render.h
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue