x11: allow unicode input
commit467817ff9f653ce1ee188a149634129c9eaafb01
authorwm4 <wm4@mplayer2.org>
Sat, 14 Jan 2012 13:09:44 +0000 (14 14:09 +0100)
committerUoti Urpala <uau@mplayer2.org>
Sun, 25 Mar 2012 19:30:37 +0000 (25 22:30 +0300)
treea1911b88cbb476623d1d8861643d82ae91b129e9
parent7ea5c4c26c9c47639a1962385d9cacd531ba8466
x11: allow unicode input

This change allows using non-ASCII keys with X11. These keys were ingored
before.

Technically, this creates an invisible, non-interactive input method
context. If creation fails, the code falls back to the old method, which
allows a subset of ASCII only.
libvo/x11_common.c
libvo/x11_common.h