Re: winex11: use XkbKeycodeToKeysym instead of (deprecated) XKeycodeToKeysym (see http://bugs.freedesktop.org/show_bug.cgi?id=5349)
21 Apr
2010
21 Apr
'10
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.
5719
Age (days ago)
5719
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov