mirror of
https://github.com/swaywm/sway.git
synced 2026-04-22 06:46:27 -04:00
Merge 51ff13826b into a55472c6d8
This commit is contained in:
commit
68fb2e69c3
3 changed files with 28 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue