#24 ensure that xwayland cursor defaults to left_ptr

This commit is contained in:
Alexander Courtis 2020-08-11 11:29:32 +10:00
parent e7318f7623
commit 2616812a7a
1 changed files with 3 additions and 1 deletions

4
dwl.c
View File

@ -251,9 +251,11 @@ static struct wl_list independents;
static struct wlr_xdg_decoration_manager_v1 *xdeco_mgr;
static struct wlr_cursor *cursor;
static struct wlr_xcursor *xcursor;
static struct wlr_xcursor_manager *cursor_mgr;
#ifdef XWAYLAND
static struct wlr_xcursor *xcursor;
static struct wlr_xcursor_manager *xcursor_mgr;
#endif
static struct wlr_seat *seat;
static struct wl_list keyboards;