projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a569fb
)
ecore_x - use the exsiting variable.
author
ChunEon Park
<hermet@hermet.pe.kr>
Mon, 25 Mar 2013 13:45:06 +0000
(22:45 +0900)
committer
ChunEon Park
<hermet@hermet.pe.kr>
Mon, 25 Mar 2013 13:45:06 +0000
(22:45 +0900)
src/lib/ecore_x/xlib/ecore_x.c
patch
|
blob
|
history
diff --git
a/src/lib/ecore_x/xlib/ecore_x.c
b/src/lib/ecore_x/xlib/ecore_x.c
index c9d303b8f9f99365654cb07a4eae51c5a0716ab4..8f578d7d1cdf998a53ce797f254d392bf144c140 100644
(file)
--- a/
src/lib/ecore_x/xlib/ecore_x.c
+++ b/
src/lib/ecore_x/xlib/ecore_x.c
@@
-1748,7
+1748,7
@@
ecore_x_window_key_grab(Ecore_X_Window win,
if (keysym == NoSymbol)
return;
- keycode = XKeysymToKeycode(_ecore_x_disp,
XStringToKeysym(key)
);
+ keycode = XKeysymToKeycode(_ecore_x_disp,
keysym
);
}
if (keycode == 0)
@@
-1831,7
+1831,7
@@
ecore_x_window_key_ungrab(Ecore_X_Window win,
if (keysym == NoSymbol)
return;
- keycode = XKeysymToKeycode(_ecore_x_disp,
XStringToKeysym(key)
);
+ keycode = XKeysymToKeycode(_ecore_x_disp,
keysym
);
}
if (keycode == 0)