This commit is contained in:
David Leppla-Weber 2022-06-27 20:24:26 +09:00 committed by GitHub
commit 68fb2e69c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 28 additions and 1 deletions

View file

@ -61,4 +61,8 @@ const char *sway_wl_output_subpixel_to_string(enum wl_output_subpixel subpixel);
bool sway_set_cloexec(int fd, bool cloexec);
void scroll_distance_add(float delta);
void scroll_distance_reset();
float scroll_distance_get();
#endif