scrollback-indicator: use wayl_win_subsurface_new/destroy()

This commit is contained in:
Daniel Eklöf 2021-02-12 11:50:43 +01:00
parent e049124f6d
commit c8324943de
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 15 additions and 46 deletions

View file

@ -377,11 +377,8 @@ struct wl_window {
uint32_t serial;
} csd;
/* Scrollback search */
struct wl_surf_subsurf search_surface;
struct wl_surface *scrollback_indicator_surface;
struct wl_subsurface *scrollback_indicator_sub_surface;
struct wl_surf_subsurf scrollback_indicator_surface;
struct wl_surface *render_timer_surface;
struct wl_subsurface *render_timer_sub_surface;