Merge pull request #1678 from emersion/xwayland-xcursor

Set xwayland cursor
This commit is contained in:
Drew DeVault 2018-03-31 00:35:50 -04:00 committed by GitHub
commit 6a1a94b87c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 2 deletions

View file

@ -33,6 +33,7 @@ struct sway_server {
struct wl_listener xdg_shell_v6_surface;
struct wlr_xwayland *xwayland;
struct wlr_xcursor_manager *xcursor_manager;
struct wl_listener xwayland_surface;
struct wl_listener xwayland_ready;