Don't remove the touch grab until the last touch point is removed
authorNeil Roberts <neil@linux.intel.com>
Thu, 3 Oct 2013 15:43:07 +0000 (16:43 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 14 Oct 2013 20:53:16 +0000 (13:53 -0700)
commite14aa4f0a9692c0c325092b1f89c62b8fedd0266
tree753bc281f81e404c5fc3a0b584a04b89eb6af688
parent306fe0838b2a20d8cd0a86d2059d68b520690c88
Don't remove the touch grab until the last touch point is removed

Previously if you move a window around and temporarily add a second
finger then it will cancel the grab even though the original finger is
still held on the screen. It seems more robust to avoid cancelling the
grab until all fingers have been removed.
src/shell.c