Evas_Device *dev = NULL;
const Eina_List *devices, *l;
- devices = evas_device_list();
+ devices = evas_device_list(e_comp->evas, NULL);
EINA_LIST_FOREACH(devices, l, dev)
{
if (!e_util_strcmp(identifier, evas_device_description_get(dev)))
if (!path) return NULL;
- dev_list = evas_device_list();
+ dev_list = evas_device_list(e_comp->evas, NULL);
if (!dev_list) return NULL;
EINA_LIST_FOREACH(dev_list, l, dev)
{
if (!edev || !edev->path) return EINA_FALSE;
- dev_list = evas_device_list();
+ dev_list = evas_device_list(e_comp->evas, NULL);
if (dev_list)
{
EINA_LIST_FOREACH(dev_list, l, dev)
if (!edev->path) return EINA_FALSE;
- dev_list = evas_device_list();
+ dev_list = evas_device_list(e_comp->evas, NULL);
if (!dev_list) return EINA_FALSE;
EINA_LIST_FOREACH(dev_list, l, dev)
{