Re: winex11: use XkbKeycodeToKeysym instead of (deprecated) XKeycodeToKeysym (see http://bugs.freedesktop.org/show_bug.cgi?id=5349)
April 21, 2010
6:53 a.m.
Alexandre Goujon <ale.goujon(a)gmail.com> wrote:
- if (!(keysym = XKeycodeToKeysym (display, keyc, i))) continue; + if (!(keysym = XkbKeycodeToKeysym (display, keyc, 0, i))) continue;
Not every X11 implementation has the XKB extenstion. You may want to take into account 'use_xkb' and 'HAVE_XKB'. -- Dmitry.
5819
Age (days ago)
5819
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov