elementary: Fix over-zealous optimization attempt
authorChris Michael <cpmichael@osg.samsung.com>
Wed, 29 Jun 2016 14:52:34 +0000 (10:52 -0400)
committerChris Michael <cpmichael@osg.samsung.com>
Wed, 29 Jun 2016 14:52:34 +0000 (10:52 -0400)
commit8fb9c91d8f1ba28ed98f8fc597c92e7f0dcf3140
treec49f1d52e6b4d6680c6f8c38667754d8402e04b6
parent2c85f3b525685fd05f48857f2dce8b0bb8123cc8
elementary: Fix over-zealous optimization attempt

This is a fix for some over-zealous optimization attempt. Basically,
we cannot optimize out multiple calls to ecore_wl2_window_input_get as
the window can change in the for loop.

@fix

Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
src/lib/elementary/elm_cnp.c