diff options
author | Chris Michael <cpmichael@osg.samsung.com> | 2015-12-29 09:12:50 -0500 |
---|---|---|
committer | Chris Michael <cpmichael@osg.samsung.com> | 2015-12-29 09:12:50 -0500 |
commit | 0d6383d69f18b87fbf5ec2b87817baa80b32a4bd (patch) | |
tree | 74e6fb7cb07aabf2c13c06de572dfd443fbfae1e /src/lib | |
parent | eb9b894167ea2bf0628f5b93a47e47e5c6d19cfd (diff) |
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>
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_drm/ecore_drm_evdev.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ecore_drm/ecore_drm_evdev.c b/src/lib/ecore_drm/ecore_drm_evdev.c index b40aa43962..a57c7e84df 100644 --- a/src/lib/ecore_drm/ecore_drm_evdev.c +++ b/src/lib/ecore_drm/ecore_drm_evdev.c | |||
@@ -647,6 +647,8 @@ _ecore_drm_evdev_device_create(Ecore_Drm_Seat *seat, struct libinput_device *dev | |||
647 | 647 | ||
648 | if (libinput_device_has_capability(device, LIBINPUT_DEVICE_CAP_POINTER)) | 648 | if (libinput_device_has_capability(device, LIBINPUT_DEVICE_CAP_POINTER)) |
649 | { | 649 | { |
650 | Ecore_Drm_Device *dev; | ||
651 | |||
650 | edev->seat_caps |= EVDEV_SEAT_POINTER; | 652 | edev->seat_caps |= EVDEV_SEAT_POINTER; |
651 | 653 | ||
652 | /* TODO: make this configurable */ | 654 | /* TODO: make this configurable */ |