mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
cursor: Don't load cursor theme in server_init()
We are already doing that in seat_init() -> cursor_init()
This commit is contained in:
parent
0deaeceb72
commit
9b02021207
1 changed files with 0 additions and 6 deletions
|
|
@ -423,13 +423,7 @@ server_init(struct server *server)
|
||||||
wlr_log(WLR_DEBUG, "xwayland is running on display %s",
|
wlr_log(WLR_DEBUG, "xwayland is running on display %s",
|
||||||
server->xwayland->display_name);
|
server->xwayland->display_name);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
if (!wlr_xcursor_manager_load(server->seat.xcursor_manager, 1)) {
|
|
||||||
wlr_log(WLR_ERROR, "cannot load xcursor theme");
|
|
||||||
}
|
|
||||||
|
|
||||||
#if HAVE_XWAYLAND
|
|
||||||
struct wlr_xcursor *xcursor;
|
struct wlr_xcursor *xcursor;
|
||||||
xcursor = wlr_xcursor_manager_get_xcursor(server->seat.xcursor_manager,
|
xcursor = wlr_xcursor_manager_get_xcursor(server->seat.xcursor_manager,
|
||||||
XCURSOR_DEFAULT, 1);
|
XCURSOR_DEFAULT, 1);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue