url-mode: convert struct wl_url to use wayl_win_subsurface_new()

This commit is contained in:
Daniel Eklöf 2021-02-12 11:31:31 +01:00
parent bb4d9a5fd3
commit 9d362158e3
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 8 additions and 46 deletions

View file

@ -357,8 +357,7 @@ struct wl_surf_subsurf {
struct wl_url {
const struct url *url;
struct wl_surface *surf;
struct wl_subsurface *sub_surf;
struct wl_surf_subsurf surf;
};
struct wayland;