ee wl engines: set seat id when creating seats

This commit is contained in:
Mike Blumenkrantz 2017-05-17 16:02:53 -04:00
parent 535ceaafd8
commit 2c291f5bb8
1 changed files with 1 additions and 1 deletions

View File

@ -684,7 +684,7 @@ _ecore_evas_wl_common_seat_add(Ecore_Evas *ee, unsigned int id)
evas_device_add_full(ee->evas, buf, "Wayland seat", NULL, NULL,
EVAS_DEVICE_CLASS_SEAT, EVAS_DEVICE_SUBCLASS_NONE);
EINA_SAFETY_ON_NULL_GOTO(dev, err_dev);
evas_device_seat_id_set(dev, id);
device->seat = dev;
device->id = id;