mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-06-20 14:33:11 -04:00
cage: stop using DEFAULT_XCURSOR as a cursor theme name
That's a cursor image name, not a cursor theme name. NULL means use default.
This commit is contained in:
parent
d48cbe40f9
commit
e89001d597
1 changed files with 1 additions and 1 deletions
2
cage.c
2
cage.c
|
|
@ -577,7 +577,7 @@ main(int argc, char *argv[])
|
|||
server.new_xwayland_surface.notify = handle_xwayland_surface_new;
|
||||
wl_signal_add(&xwayland->events.new_surface, &server.new_xwayland_surface);
|
||||
|
||||
xcursor_manager = wlr_xcursor_manager_create(DEFAULT_XCURSOR, XCURSOR_SIZE);
|
||||
xcursor_manager = wlr_xcursor_manager_create(NULL, XCURSOR_SIZE);
|
||||
if (!xcursor_manager) {
|
||||
wlr_log(WLR_ERROR, "Cannot create XWayland XCursor manager");
|
||||
ret = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue