mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-06 04:50:12 +01:00
tablet: document a known bug about pressure thresholds across tablets
This commit is contained in:
parent
54aa01a267
commit
47f0bce7ec
1 changed files with 5 additions and 0 deletions
|
|
@ -1141,6 +1141,11 @@ tablet_new_tool(struct tablet_dispatch *tablet,
|
|||
.refcount = 1,
|
||||
};
|
||||
|
||||
/* FIXME: known bug - the pressure threshold is only set once on the
|
||||
* first tablet, if a tool is used across multiple tablets with
|
||||
* different pressure ranges this will be wrong. This case is niche
|
||||
* enough that we can fix it if we ever run into it.
|
||||
*/
|
||||
tool_set_pressure_thresholds(tablet, tool);
|
||||
tool_set_bits(tablet, tool);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue