expedite - fixed mouse grab lost problem.
authorhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 5 Jun 2012 12:25:59 +0000 (12:25 +0000)
committerhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 5 Jun 2012 12:25:59 +0000 (12:25 +0000)
commit181ec05a27da663c2e9a917c5960e753d221578c
tree3a3da31210032039e847cf1579e607b000df3a7d
parent78ebcb9a855c03d5a2b53f30006749717669e393
expedite - fixed mouse grab lost problem.

when the mouse cursor goes to outside of the window, then the mouse up event in the rect would be skipped (is it correct?)
So the down would be never 0 again.

We can make it simpler and working better also.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@71713 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/bin/ui.c