mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-10 05:33:51 -04:00
scrollback-indicator: use wayl_win_subsurface_new/destroy()
This commit is contained in:
parent
e049124f6d
commit
c8324943de
4 changed files with 15 additions and 46 deletions
|
|
@ -2823,7 +2823,7 @@ term_surface_kind(const struct terminal *term, const struct wl_surface *surface)
|
|||
return TERM_SURF_GRID;
|
||||
else if (surface == term->window->search_surface.surf)
|
||||
return TERM_SURF_SEARCH;
|
||||
else if (surface == term->window->scrollback_indicator_surface)
|
||||
else if (surface == term->window->scrollback_indicator_surface.surf)
|
||||
return TERM_SURF_SCROLLBACK_INDICATOR;
|
||||
else if (surface == term->window->render_timer_surface)
|
||||
return TERM_SURF_RENDER_TIMER;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue