ecore xim: No need to cast here

XKeyPressedEvent is correct

SVN revision: 72967
This commit is contained in:
Sebastian Dransfeld 2012-06-27 20:50:45 +00:00
parent a396b00045
commit 545c2bc473
1 changed files with 2 additions and 2 deletions

View File

@ -699,14 +699,14 @@ _ecore_imf_context_xim_filter_event(Ecore_IMF_Context *ctx,
#ifdef X_HAVE_UTF8_STRING
val = Xutf8LookupString(ic,
(XKeyEvent *)&xev,
&xev,
tmp,
val,
&sym,
&mbstatus);
#else /* ifdef X_HAVE_UTF8_STRING */
val = XmbLookupString(ic,
(XKeyEvent *)&xev,
&xev,
tmp,
val,
&sym,