diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-11-21 18:09:25 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-11-21 18:09:25 -0500 |
commit | 39e2ea8420e78710906308a17a65b55e9d03dda8 (patch) | |
tree | 2750b12e2270282e9a8c6ddc3155718f4c7f0c8b /include/wlr | |
parent | 1ada1b7f0bdf048ea3d5f01c6b8eb7badfd97eae (diff) |
xwm: get selection targets
Diffstat (limited to 'include/wlr')
-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 9b493d88..54558a7b 100644 --- a/include/wlr/xwayland.h +++ b/include/wlr/xwayland.h @@ -16,6 +16,7 @@ struct wlr_xwayland_cursor; struct wlr_xwayland { pid_t pid; int display; + struct wlr_seat *seat; int x_fd[2], wl_fd[2], wm_fd[2]; struct wl_client *client; struct wl_display *wl_display; |