csd: wip: something to get started...

This commit is contained in:
Daniel Eklöf 2020-02-23 14:17:48 +01:00
parent 7fd380f253
commit 8368e8184f
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 83 additions and 5 deletions

View file

@ -91,6 +91,13 @@ struct wl_window {
struct zxdg_toplevel_decoration_v1 *xdg_toplevel_decoration;
bool use_csd;
struct {
struct wl_surface *surface[5];
struct wl_subsurface *sub_surface[5];
} csd;
/* Scrollback search */
struct wl_surface *search_surface;
struct wl_subsurface *search_sub_surface;