diff options
author | emersion <contact@emersion.fr> | 2018-07-19 12:22:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-19 12:22:22 +0100 |
commit | fdff5fd1b688487961e287a5df8b4b34ec608c52 (patch) | |
tree | 22fada7cde722ae32b978864950131401948b85b /include/wlr/xwayland.h | |
parent | 83809cb7d24b9a9ea118476f7a9561e1e826a5b0 (diff) | |
parent | dc58c1356dbe1917b893108943fd050d0f34f03c (diff) |
Merge pull request #1147 from RyanDwyer/xwayland-set-hints
Introduce set_hints event for xwayland
Diffstat (limited to 'include/wlr/xwayland.h')
-rw-r--r-- | include/wlr/xwayland.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/xwayland.h b/include/wlr/xwayland.h index 31d5c964..2b643ec9 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_hints; struct wl_signal set_override_redirect; struct wl_signal ping_timeout; } events; |