wlroots-hyprland/include/wlr
José Expósito add44b3e2e seat: support low-resolution clients
When the client doesn't support high-resolution scroll, accumulate
deltas until we can notify a discrete event.

Some mice have a free spinning wheel, making possible to lock the wheel
when the accumulator value is not 0. To avoid synchronization issues
between the mouse wheel and the accumulators, store the last delta and
when the scroll direction changes, reset the accumulator.
2022-07-11 11:01:35 +02:00
..
backend Reformat doc comments 2022-05-25 14:22:58 +00:00
interfaces output: pass wlr_output_state to backend 2022-05-30 11:34:57 +02:00
render render/texture: drop wlr_texture_is_opaque 2022-06-16 14:43:24 +02:00
types seat: support low-resolution clients 2022-07-11 11:01:35 +02:00
util Reformat doc comments 2022-05-25 14:22:58 +00:00
backend.h Reformat doc comments 2022-05-25 14:22:58 +00:00
config.h.in build: make GBM optional 2022-05-30 13:30:08 +00:00
meson.build build: bump version to 0.16.0-dev 2022-05-24 15:04:14 +02:00
version.h.in Drop WLR_VERSION_API_* 2021-06-29 12:22:55 +02:00
xcursor.h xcursor: improve documentation 2021-07-05 11:00:15 -04:00
xwayland.h Document NULL return value of foo_from_wlr_surface() functions 2022-07-02 13:28:02 +02:00