mirror of
https://github.com/NickHu/sway
synced 2024-12-28 22:23:30 +01:00
Merge branch 'feature/input' of github.com:acrisci/sway into feature/input
This commit is contained in:
commit
a87960711a
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue