Ecore_win32: do not handle WM_SYSKEY* events.
authorMykyta Biliavskyi <m.biliavskyi@samsung.com>
Tue, 20 Dec 2016 06:35:32 +0000 (08:35 +0200)
committerMykyta Biliavskyi <m.biliavskyi@samsung.com>
Tue, 20 Dec 2016 06:35:32 +0000 (08:35 +0200)
commitbb91c4b45d1cf010920fd9bd906e7207de7c69b6
tree787ea8bb37ecf21d70943543076eaa2e5e2d20c5
parent39af0d88aa7c84bd5a8f6cc9b5b94c5b045f93dd
Ecore_win32: do not handle WM_SYSKEY* events.

Summary:
In case if WM_SYSKEYDOWN or WM_SYSKEYUP events are handled in
DefWindowProc - system doesn't init event for a system shortcuts.
For example any EFL application on Windows couldn't be closed by
Alt+F4 combination.

@fix

Test Plan:
Launch Elemenatry_test app.
           Try to close by Alt+F4 combination.

Reviewers: vtorri, raster

Reviewed By: raster

Subscribers: an.kroitor, bowonryu, cedric, jpeg, #eflete

Differential Revision: https://phab.enlightenment.org/D4477
src/lib/ecore_win32/ecore_win32.c