Get the fd from the ecore_drm_device so we can pass it to the evas

engine

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-01-21 14:10:35 +00:00
parent 6f65d5c983
commit a0691e0445
1 changed files with 1 additions and 0 deletions

View File

@ -188,6 +188,7 @@ ecore_evas_drm_new_internal(const char *device, unsigned int parent, int x, int
einfo->info.depth = 32; // FIXME
einfo->info.destination_alpha = ee->alpha;
einfo->info.rotation = ee->rotation;
einfo->info.fd = ecore_drm_device_fd_get(dev);
if (!evas_engine_info_set(ee->evas, (Evas_Engine_Info *)einfo))
{