mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
xwm: get selection targets
This commit is contained in:
parent
1ada1b7f0b
commit
39e2ea8420
3 changed files with 69 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue