Fixed a bunch of compile warnings on Mac OS X
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403191
This commit is contained in:
parent
771abd3620
commit
cd839b4bd3
7 changed files with 8 additions and 4 deletions
|
@ -201,7 +201,7 @@ X11_DispatchEvent(_THIS)
|
|||
#ifdef X_HAVE_UTF8_STRING
|
||||
if (data->ic) {
|
||||
Xutf8LookupString(data->ic, &xevent.xkey, text, sizeof(text),
|
||||
&keysym, status);
|
||||
&keysym, &status);
|
||||
}
|
||||
#else
|
||||
XLookupString(&xevent.xkey, text, sizeof(text), &keysym, NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue