xwm: get selection targets

This commit is contained in:
Tony Crisci 2017-11-21 18:09:25 -05:00
parent 1ada1b7f0b
commit 39e2ea8420
3 changed files with 69 additions and 6 deletions

View file

@ -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;