commit a87960711a9587ed2f484c2ba8a5cb9e18d1d641
parent 4c436a1a6f78ce9eae40791b85c02d44458de727
Author: Tony Crisci <tony@dubstepdish.com>
Date: Mon, 18 Dec 2017 10:45:04 -0500
Merge branch 'feature/input' of github.com:acrisci/sway into feature/input
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sway/input/seat.c b/sway/input/seat.c
@@ -180,7 +180,8 @@ void sway_seat_configure_xcursor(struct sway_seat *seat) {
sway_assert(!result,
"Cannot load xcursor theme for output '%s' with scale %f",
- output->name, output->scale);
+ // TODO: Fractional scaling
+ output->name, (double)output->scale);
}
wlr_xcursor_manager_set_cursor_image(seat->cursor->xcursor_manager,