This commit is contained in:
Devin J. Pohly 2026-01-11 00:09:59 +03:00 committed by GitHub
commit ab7e34b81a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 32 additions and 13 deletions

View file

@ -15,6 +15,7 @@ struct cg_xwayland_view {
struct wl_listener unmap;
struct wl_listener map;
struct wl_listener request_fullscreen;
struct wl_listener set_geometry;
};
struct cg_xwayland_view *xwayland_view_from_view(struct cg_view *view);