mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-15 08:21:03 -04:00
wayland: add viewport object to sub-surface struct
This commit is contained in:
parent
0a5073f570
commit
c5d533ec71
2 changed files with 28 additions and 2 deletions
|
|
@ -297,6 +297,9 @@ struct monitor {
|
|||
struct wl_surf_subsurf {
|
||||
struct wl_surface *surf;
|
||||
struct wl_subsurface *sub;
|
||||
#if defined(HAVE_FRACTIONAL_SCALE)
|
||||
struct wp_viewport *viewport;
|
||||
#endif
|
||||
};
|
||||
|
||||
struct wl_url {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue