aboutsummaryrefslogtreecommitdiffstats
path: root/sway
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-18 10:45:04 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-18 10:45:04 -0500
commita87960711a9587ed2f484c2ba8a5cb9e18d1d641 (patch)
tree851dbc11cf044abb791a574f508cedcb53596ca1 /sway
parentremove assumption of one device per identifier (diff)
parentFix compile error (diff)
downloadsway-a87960711a9587ed2f484c2ba8a5cb9e18d1d641.tar.gz
sway-a87960711a9587ed2f484c2ba8a5cb9e18d1d641.tar.zst
sway-a87960711a9587ed2f484c2ba8a5cb9e18d1d641.zip
Merge branch 'feature/input' of github.com:acrisci/sway into feature/input
Diffstat (limited to 'sway')
-rw-r--r--sway/input/seat.c3
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) {
180 180
181 sway_assert(!result, 181 sway_assert(!result,
182 "Cannot load xcursor theme for output '%s' with scale %f", 182 "Cannot load xcursor theme for output '%s' with scale %f",
183 output->name, output->scale); 183 // TODO: Fractional scaling
184 output->name, (double)output->scale);
184 } 185 }
185 186
186 wlr_xcursor_manager_set_cursor_image(seat->cursor->xcursor_manager, 187 wlr_xcursor_manager_set_cursor_image(seat->cursor->xcursor_manager,