Blender Git Loki
Git Commits -> Revision a393a9c
Revision a393a9c by Campbell Barton (master) September 18, 2009, 02:38 (GMT) |
same as r23322 in 2.4x --- 2.4x log use functions to detect stylus and eraser from the wine project, supposed to work with non-wacom tablets too (searches for wizardpen & acecad as well as 'stylus'). 2.4x did an exact check on the name, 2.5 does a case insensitive search on the type. This does a case insensitive check on both the name and type. close the devices on exit too. |
Commit Details:
Full Hash: a393a9c6f05b66692fbbb7ae2a3f101744e550f0
SVN Revision: 23323
Parent Commit: b75d2c5
Lines Changed: +114, -14
1 Modified Path:
/intern/ghost/intern/GHOST_WindowX11.cpp (+114, -14) (Diff)