changeset 2738 | 79c1bd651f04 |
parent 2710 | 44e49d3fa6cf |
child 2763 | 6fc50bdd88c0 |
1.1 --- a/src/video/x11/SDL_x11events.c Sun Aug 31 16:04:32 2008 +0000 1.2 +++ b/src/video/x11/SDL_x11events.c Mon Sep 01 16:04:20 2008 +0000 1.3 @@ -201,7 +201,7 @@ 1.4 #ifdef X_HAVE_UTF8_STRING 1.5 if (data->ic) { 1.6 Xutf8LookupString(data->ic, &xevent.xkey, text, sizeof(text), 1.7 - &keysym, status); 1.8 + &keysym, &status); 1.9 } 1.10 #else 1.11 XLookupString(&xevent.xkey, text, sizeof(text), &keysym, NULL);