Expedite: Fix bug with mouse handling in sdl engine
authorkakaroto <kakaroto@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 7 Sep 2011 06:59:07 +0000 (06:59 +0000)
committerkakaroto <kakaroto@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 7 Sep 2011 06:59:07 +0000 (06:59 +0000)
commit4c1e5d86fe0fd9b5503df63c20eab44108770089
tree2d16a09e190f5a990c32f7131cb02f410eaf355d
parent1ce71eeca8be62f4625a37694a36a75c748e7827
Expedite: Fix bug with mouse handling in sdl engine
A button press would send '1' as the button (the pressed state) and the
release would send '0', so evas would think button 1 was never released
so it would never register any button releases.

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