mirror of
https://github.com/swaywm/sway.git
synced 2026-03-22 05:34:04 -04:00
Remove trailing spaces
This commit is contained in:
parent
9fb9e9f7d5
commit
6816b51c86
7 changed files with 11 additions and 11 deletions
|
|
@ -980,10 +980,10 @@ static void sway_keyboard_group_add(struct sway_keyboard *keyboard) {
|
|||
wl_signal_add(&sway_group->wlr_group->keyboard.events.modifiers,
|
||||
&sway_group->keyboard_modifiers);
|
||||
sway_group->keyboard_modifiers.notify = handle_keyboard_group_modifiers;
|
||||
|
||||
|
||||
wl_signal_add(&sway_group->wlr_group->events.enter, &sway_group->enter);
|
||||
sway_group->enter.notify = handle_keyboard_group_enter;
|
||||
|
||||
|
||||
wl_signal_add(&sway_group->wlr_group->events.leave, &sway_group->leave);
|
||||
sway_group->leave.notify = handle_keyboard_group_leave;
|
||||
return;
|
||||
|
|
|
|||
|
|
@ -793,7 +793,7 @@ static void handle_pointer_axis(struct sway_seat *seat,
|
|||
|
||||
if (!handled) {
|
||||
wlr_seat_pointer_notify_axis(cursor->seat->wlr_seat, event->time_msec,
|
||||
event->orientation, scroll_factor * event->delta,
|
||||
event->orientation, scroll_factor * event->delta,
|
||||
roundf(scroll_factor * event->delta_discrete), event->source,
|
||||
event->relative_direction);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue