From: Mike Blumenkrantz Date: Fri, 28 Jul 2017 19:44:43 +0000 (-0400) Subject: Revert "evas: Fix use of invalid EO object" X-Git-Tag: upstream/1.20.0~94 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6dc937d26c6bcddb42193907207b84ae1953a04c;p=platform%2Fupstream%2Fefl.git Revert "evas: Fix use of invalid EO object" This reverts commit 9b1e785f8ebba618016dd217aa18835b4fb675b7. this breaks devices with vt switching under drm --- diff --git a/src/lib/evas/canvas/evas_device.c b/src/lib/evas/canvas/evas_device.c index 84f3644..d352b3c 100644 --- a/src/lib/evas/canvas/evas_device.c +++ b/src/lib/evas/canvas/evas_device.c @@ -243,8 +243,6 @@ evas_device_add_full(Evas *eo_e, const char *name, const char *desc, } } - // FIXME: All devices are in the same list, while evas only refs the seats - if (parent_dev) efl_ref(dev); e->devices = eina_list_append(e->devices, dev); efl_event_callback_add(dev, EFL_EVENT_DEL, _del_cb, e);