[access] do not use timer to reduce response time
authorShinwoo Kim <cinoo.kim@samsung.com>
Mon, 22 Apr 2013 03:57:44 +0000 (12:57 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 12 Jun 2013 08:17:56 +0000 (17:17 +0900)
Change-Id: Ia9ebab18aaf929ba8f5c7428e0f1aca334d8ad0d

Conflicts:

src/lib/elm_access.c

src/lib/elm_access.c

index 85df1a7..3b9712f 100644 (file)
@@ -340,12 +340,7 @@ _access_obj_mouse_in_cb(void *data, Evas *e __UNUSED__, Evas_Object *obj __UNUSE
      }
 
    if (_elm_config->access_mode)
-     {
-        ho = _access_highlight_object_get(data);
-        if (ho == data) return;
-
-        _access_highlight_read(ac, data);
-     }
+     _elm_access_highlight_set(data);
 }
 
 static void