mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-20 04:40:07 +01:00
Merge branch 'fix_logical_error' into 'main'
input: fix setting hint_is_pending See merge request wayland/weston!1921
This commit is contained in:
commit
828eda3327
1 changed files with 0 additions and 1 deletions
|
|
@ -4877,7 +4877,6 @@ pointer_constraint_surface_committed(struct wl_listener *listener, void *data)
|
|||
if (constraint->hint_is_pending) {
|
||||
constraint->hint_is_pending = false;
|
||||
|
||||
constraint->hint_is_pending = true;
|
||||
constraint->hint = constraint->hint_pending;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue