Merge branch 'window-menu'

This commit is contained in:
Daniel Eklöf 2021-11-30 22:10:27 +01:00
commit 90cfdcf1a5
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 67 additions and 22 deletions

View file

@ -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);