mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-05-06 06:47:17 -04:00
csd: wip: something to get started...
This commit is contained in:
parent
7fd380f253
commit
8368e8184f
3 changed files with 83 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue