mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-12 04:27:51 -05:00
Merge branch 'window-menu'
This commit is contained in:
commit
90cfdcf1a5
5 changed files with 67 additions and 22 deletions
9
render.c
9
render.c
|
|
@ -1521,14 +1521,7 @@ render_worker_thread(void *_ctx)
|
|||
return -1;
|
||||
}
|
||||
|
||||
struct csd_data {
|
||||
int x;
|
||||
int y;
|
||||
int width;
|
||||
int height;
|
||||
};
|
||||
|
||||
static struct csd_data
|
||||
struct csd_data
|
||||
get_csd_data(const struct terminal *term, enum csd_surface surf_idx)
|
||||
{
|
||||
xassert(term->window->csd_mode == CSD_YES);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue