mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-05 07:16:12 -04:00
backend/wayland: populate pointer axis relative direction
This commit is contained in:
parent
7a58f41416
commit
98c708618e
3 changed files with 16 additions and 2 deletions
|
|
@ -355,8 +355,8 @@ static void registry_global(void *data, struct wl_registry *registry,
|
|||
if (version < 5) {
|
||||
target_version = 5;
|
||||
}
|
||||
if (version > 8) {
|
||||
target_version = 8;
|
||||
if (version > 9) {
|
||||
target_version = 9;
|
||||
}
|
||||
struct wl_seat *wl_seat = wl_registry_bind(registry, name,
|
||||
&wl_seat_interface, target_version);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue