ecore-drm: Add missing variable 'dev'

Seems this should have been declared in the previously pushed patch,
but was missing.

@fix

Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
This commit is contained in:
Chris Michael 2015-12-29 09:12:50 -05:00
parent eb9b894167
commit 0d6383d69f
1 changed files with 2 additions and 0 deletions

View File

@ -647,6 +647,8 @@ _ecore_drm_evdev_device_create(Ecore_Drm_Seat *seat, struct libinput_device *dev
if (libinput_device_has_capability(device, LIBINPUT_DEVICE_CAP_POINTER))
{
Ecore_Drm_Device *dev;
edev->seat_caps |= EVDEV_SEAT_POINTER;
/* TODO: make this configurable */