commit | 306fe0838b2a20d8cd0a86d2059d68b520690c88 | [log] [tgz] |
---|---|---|
author | Neil Roberts <neil@linux.intel.com> | Thu Oct 03 16:43:06 2013 +0100 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon Oct 14 13:53:14 2013 -0700 |
tree | c1315a0787f89ba791efb62e3193a2b16304526a | |
parent | aba0f25cb0b79bf2452572fde6c527622f81cdfb [diff] |
Only update the touch grab position for the first finger Previously if you add a second finger while moving a window with a touch grab then the position will keep jumping between the position of each finger as you move them around. This patch changes it so that it keeps track of the first touch id that starts the grab and only updates the grab position when that finger moves.