Merge pull request #1 from ylh/wayland-fdiv
devdraw/wayland.c: prevent divide-by-zero in scroll repeat
This commit is contained in:
commit
a3cbe3483f
1 changed files with 2 additions and 1 deletions
|
|
@ -448,9 +448,10 @@ static void wl_callback_done(void *data, struct wl_callback *wl_callback, uint32
|
|||
wl->repeat_scroll_count--;
|
||||
if (wl->repeat_scroll_count == 0) {
|
||||
wl->repeat_scroll_button = 0;
|
||||
}
|
||||
} else {
|
||||
wl->repeat_scroll_next_ms = time + scroll_repeat_ms/wl->repeat_scroll_count;
|
||||
}
|
||||
}
|
||||
|
||||
qunlock(&wayland_lock);
|
||||
if (repeat_rune) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue