[Wayland-bugs] [Bug 98839] Somehow conditionalize hysteresis (hardware black/whitelist, device property introspection, user-exposed setting, etc)
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Oct 26 10:04:04 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=98839
--- Comment #54 from Daniel van Vugt <daniel.van.vugt at canonical.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20171026/2fa8cae2/attachment-0001.html>
More information about the wayland-bugs
mailing list