mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-19 05:33:44 -04:00
csd: use wayl_win_subsurface_new/destroy()
This commit is contained in:
parent
9d362158e3
commit
587f04f2e1
5 changed files with 39 additions and 29 deletions
|
|
@ -372,8 +372,7 @@ struct wl_window {
|
|||
enum {CSD_UNKNOWN, CSD_NO, CSD_YES } use_csd;
|
||||
|
||||
struct {
|
||||
struct wl_surface *surface[CSD_SURF_COUNT];
|
||||
struct wl_subsurface *sub_surface[CSD_SURF_COUNT];
|
||||
struct wl_surf_subsurf surface[CSD_SURF_COUNT];
|
||||
int move_timeout_fd;
|
||||
uint32_t serial;
|
||||
} csd;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue