wayland: add scrollback indicator surface + sub-surface to wl_window

This commit is contained in:
Daniel Eklöf 2020-07-26 10:00:50 +02:00
parent a39c490d9b
commit 2815c1c076
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 12 additions and 0 deletions

View file

@ -273,6 +273,9 @@ struct wl_window {
struct wl_surface *search_surface;
struct wl_subsurface *search_sub_surface;
struct wl_surface *scrollback_indicator_surface;
struct wl_subsurface *scrollback_indicator_sub_surface;
struct wl_callback *frame_callback;
tll(const struct monitor *) on_outputs; /* Outputs we're mapped on */