diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-07-18 12:42:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-18 12:42:05 -0700 |
commit | 83809cb7d24b9a9ea118476f7a9561e1e826a5b0 (patch) | |
tree | cd4522741b756c653925f26d5e565bd03d983843 /include | |
parent | ed26b19f056799b5a0b04f6388b1ee926581b14d (diff) | |
parent | 5dca4741dfeb6d9bbd418906ed4412f7d4ba6085 (diff) |
Merge pull request #1145 from emersion/override-redirect-updates
xwayland: handle override_redirect flag changes
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/xwayland.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/wlr/xwayland.h b/include/wlr/xwayland.h index 7471bbc6..31d5c964 100644 --- a/include/wlr/xwayland.h +++ b/include/wlr/xwayland.h @@ -150,6 +150,7 @@ struct wlr_xwayland_surface { struct wl_signal set_parent; struct wl_signal set_pid; struct wl_signal set_window_type; + struct wl_signal set_override_redirect; struct wl_signal ping_timeout; } events; @@ -200,9 +201,6 @@ void wlr_xwayland_surface_set_fullscreen(struct wlr_xwayland_surface *surface, void wlr_xwayland_set_seat(struct wlr_xwayland *xwayland, struct wlr_seat *seat); -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( |