mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-15 08:21:03 -04:00
wayland: add scrollback indicator surface + sub-surface to wl_window
This commit is contained in:
parent
a39c490d9b
commit
2815c1c076
2 changed files with 12 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue