diff options
Diffstat (limited to 'xwayland/xwayland.c')
-rw-r--r-- | xwayland/xwayland.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xwayland/xwayland.c b/xwayland/xwayland.c index ecec785c..bd43fefb 100644 --- a/xwayland/xwayland.c +++ b/xwayland/xwayland.c @@ -341,3 +341,8 @@ void wlr_xwayland_set_cursor(struct wlr_xwayland *wlr_xwayland, wlr_xwayland->cursor->hotspot_x = hotspot_x; wlr_xwayland->cursor->hotspot_y = hotspot_y; } + +void wlr_xwayland_set_seat(struct wlr_xwayland *xwayland, + struct wlr_seat *seat) { + xwm_set_seat(xwayland->xwm, seat); +} |