Fix compile error

This commit is contained in:
Drew DeVault 2017-12-17 21:00:17 -05:00
parent a27736adcd
commit b0291d126f

View file

@ -180,7 +180,8 @@ void sway_seat_configure_xcursor(struct sway_seat *seat) {
sway_assert(!result, sway_assert(!result,
"Cannot load xcursor theme for output '%s' with scale %f", "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, wlr_xcursor_manager_set_cursor_image(seat->cursor->xcursor_manager,