diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-04-02 20:57:09 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-04-02 20:57:09 -0400 |
commit | 506acbdecd4436117729e4c40678645725ed2d1f (patch) | |
tree | c28e81fbde15d87d97753aab189e5c0a8da9d943 /include/wlr | |
parent | 9ce53d7dc4c49da7cb9c56a3d552969180422380 (diff) |
Missed a spot
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/xwayland.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/wlr/xwayland.h b/include/wlr/xwayland.h index 9b9d9cf9..66622de3 100644 --- a/include/wlr/xwayland.h +++ b/include/wlr/xwayland.h @@ -185,4 +185,9 @@ void wlr_xwayland_set_seat(struct wlr_xwayland *xwayland, bool wlr_xwayland_surface_is_unmanaged( const struct wlr_xwayland_surface *surface); +bool wlr_surface_is_xwayland_surface(struct wlr_surface *surface); + +struct wlr_xwayland_surface *wlr_xwayland_surface_from_wlr_surface( + struct wlr_surface *surface); + #endif |