mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-24 01:40:12 -05:00
render-timer: use wayl_win_subsurface_new/destroy()
This commit is contained in:
parent
c8324943de
commit
438853a2d8
4 changed files with 10 additions and 20 deletions
|
|
@ -2825,7 +2825,7 @@ term_surface_kind(const struct terminal *term, const struct wl_surface *surface)
|
|||
return TERM_SURF_SEARCH;
|
||||
else if (surface == term->window->scrollback_indicator_surface.surf)
|
||||
return TERM_SURF_SCROLLBACK_INDICATOR;
|
||||
else if (surface == term->window->render_timer_surface)
|
||||
else if (surface == term->window->render_timer_surface.surf)
|
||||
return TERM_SURF_RENDER_TIMER;
|
||||
else if (surface == term->window->csd.surface[CSD_SURF_TITLE].surf)
|
||||
return TERM_SURF_TITLE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue