evas/evas_event - do not be crashed.

SVN revision: 70589
This commit is contained in:
ChunEon Park 2012-05-02 02:40:03 +00:00
parent 096aa3f1d4
commit 258556cbf4
1 changed files with 2 additions and 0 deletions

View File

@ -1789,6 +1789,8 @@ evas_object_pointer_mode_get(const Evas_Object *obj)
EAPI void
evas_event_refeed_event(Evas *e, void *event_copy, Evas_Callback_Type event_type)
{
if (!event_copy) return;
switch (event_type)
{
case EVAS_CALLBACK_MOUSE_IN: