aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/seat.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/input/seat.c')
-rw-r--r--sway/input/seat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/input/seat.c b/sway/input/seat.c
index 1e987360..656e3e7e 100644
--- a/sway/input/seat.c
+++ b/sway/input/seat.c
@@ -925,7 +925,7 @@ void seat_configure_xcursor(struct sway_seat *seat) {
925 } 925 }
926 926
927#if HAVE_XWAYLAND 927#if HAVE_XWAYLAND
928 if (config->xwayland && (!server.xwayland.xcursor_manager || 928 if (server.xwayland.wlr_xwayland && (!server.xwayland.xcursor_manager ||
929 !xcursor_manager_is_named(server.xwayland.xcursor_manager, 929 !xcursor_manager_is_named(server.xwayland.xcursor_manager,
930 cursor_theme) || 930 cursor_theme) ||
931 server.xwayland.xcursor_manager->size != cursor_size)) { 931 server.xwayland.xcursor_manager->size != cursor_size)) {