aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/seat.c
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-16 07:39:22 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-16 07:39:22 -0500
commitb3a0309f2612523450b2b960c81d1c4895880454 (patch)
tree142cb617b0d3614070adf83d3521c5e7b51a9fa4 /sway/input/seat.c
parentMerge branch 'wlroots' into feature/input (diff)
downloadsway-b3a0309f2612523450b2b960c81d1c4895880454.tar.gz
sway-b3a0309f2612523450b2b960c81d1c4895880454.tar.zst
sway-b3a0309f2612523450b2b960c81d1c4895880454.zip
fix logging issue for new wlroots
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 1b25419b..907c610a 100644
--- a/sway/input/seat.c
+++ b/sway/input/seat.c
@@ -168,7 +168,7 @@ void sway_seat_configure_xcursor(struct sway_seat *seat) {
168 output->scale); 168 output->scale);
169 169
170 sway_assert(!result, 170 sway_assert(!result,
171 "Cannot load xcursor theme for output '%s' with scale %d", 171 "Cannot load xcursor theme for output '%s' with scale %f",
172 output->name, output->scale); 172 output->name, output->scale);
173 } 173 }
174 174