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

--- Comment #18 from Paviluf <[email protected]> ---
(In reply to Peter Hutterer from comment #17)
> tp->hysteresis_margin.x = res_x * 0.75;
> tp->hysteresis_margin.y = res_y * 0.75;

That work pretty well.

> or possibly even just res_x/res_y. Which one works best?

I don't get it. Do you mean that ?

tp->hysteresis_margin.x = res_x/res_y;
tp->hysteresis_margin.y = res_x/res_y;

-- 
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