efl/src/lib/ecore_input_evas
Chris Michael b35e107603 ecore-input-evas: Fix Coverity CID1306803 (logically dead code)
Summary: This cleans up the _ecore_event_evas_mouse_button function.
Coverity was reporting that the state tests in the 'if' function could
not be be reached due to eel variable being null. This moves the if
(!eel) check to run before the state tests.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-06-18 10:20:07 -04:00
..
Ecore_Input_Evas.h Ecore_input: Add "ECORE_EVENT_MOUSE_BUTTON_CANCEL" event 2015-06-16 15:33:43 +09:00
ecore_input_evas.c ecore-input-evas: Fix Coverity CID1306803 (logically dead code) 2015-06-18 10:20:07 -04:00
ecore_input_evas_private.h efl: Unified eina critical manro to CRI. 2013-12-26 12:27:13 +09:00