mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-15 22:05:24 -05:00
render: export render_csd()
This commit is contained in:
parent
d15eb936ef
commit
70ce7245c6
2 changed files with 34 additions and 18 deletions
1
render.h
1
render.h
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue