mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-11 05:33:55 -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
4
quirks.c
4
quirks.c
|
|
@ -52,7 +52,7 @@ quirk_weston_csd_on(struct terminal *term)
|
|||
return;
|
||||
|
||||
for (int i = 0; i < ALEN(term->window->csd.surface); i++)
|
||||
quirk_weston_subsurface_desync_on(term->window->csd.sub_surface[i]);
|
||||
quirk_weston_subsurface_desync_on(term->window->csd.surface[i].sub);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
@ -64,7 +64,7 @@ quirk_weston_csd_off(struct terminal *term)
|
|||
return;
|
||||
|
||||
for (int i = 0; i < ALEN(term->window->csd.surface); i++)
|
||||
quirk_weston_subsurface_desync_off(term->window->csd.sub_surface[i]);
|
||||
quirk_weston_subsurface_desync_off(term->window->csd.surface[i].sub);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue