Edit

kc3-lang/SDL/include

Branch :

  • Show log

    Commit

  • Author : Sam Lantinga
    Date : 2016-10-01 12:48:08
    Hash : bb24662c
    Message : Fixed bug 3301 - IBus support on Linux with CMake joe.gsoc16 I recently looked into Unicode support in SDL2 and realized that SDL_TEXTEDITING doesn't get triggered at all (Japanese IME). According to others on IRC it works fine on Windows/Mac but not for me on (arch)Linux. When compiling SDL with autotools, IBus support is enabled by default but not so with CMake. I never used CMake before but got it working and also included that pkg-config determines flags for dbus (FIXME in CMakeLists).