ecore_win32: fix the mouse out behavior.
authorChunEon Park <hermet@hermet.pe.kr>
Wed, 30 Sep 2015 11:31:30 +0000 (20:31 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Wed, 30 Sep 2015 11:31:30 +0000 (20:31 +0900)
commit015040d13f1340529cf31ee73d6b25987c23a670
tree3c2ce531c80a6495f09710d0063f18c16e58f8c4
parent882e29b9ae73a3c9df62efb18b9cdf2546e73143
ecore_win32: fix the mouse out behavior.

Current win32 let the mouse out regardless of mouse down status.
This is not quitely same with the x system so widget behaviors were not properly working.
Make the widget behaviors about mouse-out same to x window system
to keep the same behaviors on all window system always.

@fix
src/modules/ecore_evas/engines/win32/ecore_evas_win32.c