sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit b0291d126f1362cd5f9c00ff16043fd903f257a7
parent a27736adcdfe01c5232adce58201463df34da5e7
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun, 17 Dec 2017 21:00:17 -0500

Fix compile error

Diffstat:
Msway/input/seat.c | 3++-
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,