diff options
| author | Tony Crisci <tony@dubstepdish.com> | 2017-12-18 10:45:04 -0500 |
|---|---|---|
| committer | Tony Crisci <tony@dubstepdish.com> | 2017-12-18 10:45:04 -0500 |
| commit | a87960711a9587ed2f484c2ba8a5cb9e18d1d641 (patch) | |
| tree | 851dbc11cf044abb791a574f508cedcb53596ca1 | |
| parent | 4c436a1a6f78ce9eae40791b85c02d44458de727 (diff) | |
| parent | b0291d126f1362cd5f9c00ff16043fd903f257a7 (diff) | |
| download | sway-a87960711a9587ed2f484c2ba8a5cb9e18d1d641.tar.xz | |
Merge branch 'feature/input' of github.com:acrisci/sway into feature/input
| -rw-r--r-- | sway/input/seat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sway/input/seat.c b/sway/input/seat.c index 94503687..df1427fa 100644 --- 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, |
