瀏覽代碼

x11: Patched to compile on systems without the Xutf8LookupString() function.

Ryan C. Gordon 10 年之前
父節點
當前提交
0c19501eeb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/video/x11/SDL_x11events.c

+ 1 - 1
src/video/x11/SDL_x11events.c

@@ -808,7 +808,7 @@ X11_DispatchEvent(_THIS)
                                   &keysym, &status);
             }
 #else
-            XLookupString(&xevent.xkey, text, sizeof(text), &keysym, NULL);
+            X11_XLookupString(&xevent.xkey, text, sizeof(text), &keysym, NULL);
 #endif
 
 #ifdef SDL_USE_IBUS