ecore_drm: Removed hard coded seat value.

Summary: Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>

Reviewers: devilhorns

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D1519
This commit is contained in:
Srivardhan Hebbar 2014-10-06 08:32:01 -04:00 committed by Chris Michael
parent f33101ea8c
commit 56f3d4cadf
1 changed files with 1 additions and 2 deletions

View File

@ -293,8 +293,7 @@ ecore_drm_inputs_create(Ecore_Drm_Device *dev)
if (!(input = calloc(1, sizeof(Ecore_Drm_Input))))
return EINA_FALSE;
/* FIXME: Hardcoded seat name */
input->seat = eina_stringshare_add("seat0");
input->seat = eina_stringshare_add(dev->seat);
input->dev = dev;
/* try to enable this input */