Blender Git Commit Log
Git Commits -> Revision 369ffbd
Revision 369ffbd by Sebastian Parborg (master) August 2, 2019, 14:42 (GMT) |
Fix T68073: Wacom Intuos 5S no pen pressure on Wayland The issue is that wayland seems to impose a generic device naming scheme when using Xwayland For example any table stylus will show up with the following naming convention: xwayland-stylus:33 For this to work in blender, I had to modify how the identifier string is extracted. I also renamed the two char pointers in the search algorithm to be more logical. Reviewed By: Brecht Differential Revision: https://developer.blender.org/D5401 |
Commit Details:
Full Hash: 369ffbd911c1957c83fa58ba2491cc578179ce2f
Parent Commit: 455a1e2
Lines Changed: +15, -10
1 Modified Path:
/intern/ghost/intern/GHOST_SystemX11.cpp (+15, -10) (Diff)