projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84a8308
)
e_input: fixed a build error
author
Gwanglim Lee
<gl77.lee@samsung.com>
Tue, 14 Nov 2017 11:26:10 +0000
(20:26 +0900)
committer
Gwanglim Lee
<gl77.lee@samsung.com>
Tue, 14 Nov 2017 11:26:10 +0000
(20:26 +0900)
Change-Id: I2a13f78651cc278600c16ede3824d80d72a9f6e9
src/bin/e_input_evdev.c
patch
|
blob
|
history
diff --git
a/src/bin/e_input_evdev.c
b/src/bin/e_input_evdev.c
index 5c44e0935daaa636438ae46c3f5e636cc2937e0f..6647634c6f196329ac1a82793f0e6257398c38f9 100644
(file)
--- a/
src/bin/e_input_evdev.c
+++ b/
src/bin/e_input_evdev.c
@@
-1098,7
+1098,7
@@
_e_input_evdev_device_destroy(E_Input_Evdev *edev)
if (edev->xkb.keymap) xkb_map_unref(edev->xkb.keymap);
}
- if (edev->evas_dev) evas_device_del(edev->evas_dev
ice
);
+ if (edev->evas_dev) evas_device_del(edev->evas_dev);
if (edev->path) eina_stringshare_del(edev->path);
if (edev->device) libinput_device_unref(edev->device);
if (edev->key_remap_hash) eina_hash_free(edev->key_remap_hash);