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:
3d810cd
)
e_comp_wl: Casting value for a pointer comparison
78/120778/1
accepted/tizen/3.0/common/20170328.141738
accepted/tizen/3.0/ivi/20170328.051720
accepted/tizen/3.0/mobile/20170328.051444
accepted/tizen/3.0/tv/20170328.051606
accepted/tizen/3.0/wearable/20170328.051640
accepted/tizen/common/20170324.123359
accepted/tizen/ivi/20170324.110839
accepted/tizen/mobile/20170324.110637
accepted/tizen/tv/20170324.110726
accepted/tizen/unified/20170324.110907
accepted/tizen/wearable/20170324.110800
submit/tizen/20170324.084628
submit/tizen_3.0/20170324.084742
author
JengHyun Kang
<jhyuni.kang@samsung.com>
Fri, 24 Mar 2017 07:03:42 +0000
(16:03 +0900)
committer
JengHyun Kang
<jhyuni.kang@samsung.com>
Fri, 24 Mar 2017 07:03:42 +0000
(16:03 +0900)
Change-Id: I4144585d93e7b251167d3dd06992c133b8b7ea24
src/bin/e_comp_wl.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_wl.c
b/src/bin/e_comp_wl.c
index 1fb6eea1fab998dbc844669a1809afcd8cbe5a5e..ff4587c6123e32e62e505ee005b407bd54598128 100644
(file)
--- a/
src/bin/e_comp_wl.c
+++ b/
src/bin/e_comp_wl.c
@@
-5475,7
+5475,7
@@
e_comp_wl_key_down(Ecore_Event_Key *ev)
if (ev->data)
{
- if ((wc != ev->data) && (ev->data != 0x1))
+ if ((wc != ev->data) && (ev->data !=
(void *)
0x1))
{
_e_comp_wl_key_send(ev, WL_KEYBOARD_KEY_STATE_PRESSED, e_comp_wl->kbd.resources, EINA_FALSE);
}