diff options
author | emersion <contact@emersion.fr> | 2018-04-03 10:38:46 -0400 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-04-03 10:38:46 -0400 |
commit | 58ac05c276c62c821735e77e15f7f502c82209aa (patch) | |
tree | e5712bbee8c665990ace1f7f3243aeec9cf9a65d /include/wlr/xwayland.h | |
parent | 1cd7ff7d3ab1cb922e4064ee77db453064cccb5b (diff) | |
parent | 506acbdecd4436117729e4c40678645725ed2d1f (diff) |
Merge branch 'master' into xwayland-dnd
Diffstat (limited to 'include/wlr/xwayland.h')
-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 |