ico-input.mgr: avoid crashes in case the assigned app were not running 21/15321/1 submit/tizen/20140128.054041
authorJanos Kovacs <jankovac503@gmail.com>
Sat, 18 Jan 2014 13:11:38 +0000 (15:11 +0200)
committerJanos Kovacs <jankovac503@gmail.com>
Sat, 18 Jan 2014 13:57:19 +0000 (15:57 +0200)
commit47e2d6da70f3bd28b3f5d868cbc695e78e20795d
treeb87df8de235f6f1439a05e527c9e05f2a16f0799
parent118fac7f51484a417bba469a45e74d4f165d174e
ico-input.mgr: avoid crashes in case the assigned app were not running

If system-controller directs some input to an application that
does not run and the input state changed, weston crashes in
        ico_device_input_event() routine. This patch fixes this problem
        by avoiding to deliver input state changes to applications that
did not run or have not registered yet a proxy.

Change-Id: I87405ad91a0149180675fd512d54b413a4907409
Signed-off-by: Janos Kovacs <jankovac503@gmail.com>
src/ico_input_mgr.c