~ruther/dwl

2616812a7a9b3a4fd72f782cf1bafea0742da590 — Alexander Courtis 4 years ago e7318f7
#24 ensure that xwayland cursor defaults to left_ptr
1 files changed, 3 insertions(+), 1 deletions(-)

M dwl.c
M dwl.c => dwl.c +3 -1
@@ 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;

Do not follow this link