SDL/src/core
Sam Lantinga f6366c09e2 Fixed bug 3920 - IBus not work with SDL 2.0.7
cjacker

After updating from 2.0.5 to 2.0.7, Ibus not work anymore(fcitx still works).

Compare with 2.0.5, there are two issues in SDL_ibus.c.

1, SetupConnection always return SDL_FALSE in 2.0.7.

2, 'SetCapabilities' method should be called on 'ibus_conn'.

Patch attached.
2018-02-13 08:15:39 -08:00
..
android On Android show the system UI when an SDL window is windowed, hide the system UI when it's fullscreen, like we do on iOS. 2018-02-11 18:23:37 -08:00
linux Fixed bug 3920 - IBus not work with SDL 2.0.7 2018-02-13 08:15:39 -08:00
unix Updated copyright for 2018 2018-01-03 10:03:25 -08:00
windows Fixed ISO C99 compatibility 2018-01-30 18:08:34 -08:00
winrt Updated copyright for 2018 2018-01-03 10:03:25 -08:00