https://bugs.freedesktop.org/show_bug.cgi?id=98839

--- Comment #54 from Daniel van Vugt <[email protected]> ---
Typo:

+       if (!tp->hysteresis.enabled)
+               tp_maybe_disable_hysteresis(tp);

should be:

+       if (tp->hysteresis.enabled)
+               tp_maybe_disable_hysteresis(tp);

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
wayland-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to