HomeSort by: relevance | last modified time | path
    Searched refs:XKB (Results 1 - 25 of 73) sorted by relevancy

1 2 3

  /xsrc/external/mit/libX11/dist/specs/
Makefile.am 24 SUBDIRS=libX11 i18n XIM XKB
  /xsrc/external/mit/libXt/dist/
configure.ac 123 AC_MSG_CHECKING(if XKB support is wanted)
124 AC_ARG_ENABLE(xkb, AS_HELP_STRING([--disable-xkb], [Disable XKB support]),
125 XKB="$enableval", XKB="yes")
126 AC_MSG_RESULT($XKB)
127 if test "x$XKB" = "xyes" ; then
128 AC_DEFINE(XKB, 1, [Define to 1 to use XKB for keysym resolution.]
    [all...]
config.h.in 190 /* Define to 1 to use XKB for keysym resolution. */
191 #undef XKB
  /xsrc/external/mit/editres/dist/
config.h.in 69 #undef XKB
svpopup.c 46 #ifdef XKB
161 #ifdef XKB
  /xsrc/external/mit/oclock/dist/
config.h.in 69 #undef XKB
oclock.c 40 #ifdef XKB
183 #ifdef XKB
  /xsrc/external/mit/xclipboard/dist/
config.h.in 69 #undef XKB
  /xsrc/external/mit/xclock/dist/
config.h.in 90 #undef XKB
xclock.c 51 #ifdef XKB
134 #ifdef XKB
  /xsrc/external/mit/xfd/dist/
config.h.in 72 #undef XKB
  /xsrc/external/mit/xlogo/dist/
config.h.in 75 #undef XKB
xlogo.c 61 #ifdef XKB
257 #ifdef XKB
  /xsrc/external/mit/xwd/dist/
config.h.in 69 #undef XKB
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/
darwin.h 34 #include <X11/extensions/XKB.h>
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
darwin.h 34 #include <X11/extensions/XKB.h>
  /xsrc/external/mit/twm/dist/src/
util.h 106 #ifdef XKB
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/
dmxclient.h 92 #include <X11/extensions/XKB.h>
  /xsrc/external/mit/xsm/dist/
lock.c 158 #ifdef XKB
choose.c 425 #ifdef XKB
476 #ifdef XKB
492 #ifdef XKB
571 #ifdef XKB
587 #ifdef XKB
xsm.h 232 #ifdef XKB
  /xsrc/external/mit/xset/dist/
xset.c 26 /* Modified by Stephen so keyboard rate is set using XKB extensions */
41 # define XKB
77 #ifdef XKB
107 #ifdef XKB
147 #ifdef XKB
665 #if defined(XF86MISC) || defined(XKB)
674 #ifdef XKB
714 #ifdef XKB
1011 #ifndef XKB
1012 error(" xset was not built with XKB Extension support\n")
1120 XkbDescPtr xkb = XkbAllocKeyboard(); local
1263 XkbDescPtr xkb; local
    [all...]
  /xsrc/external/mit/xmh/dist/
globals.h 161 #ifdef XKB
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/examples/
xled.c 39 #include <X11/extensions/XKB.h>
50 XkbDescPtr xkb; local
69 if (!(xkb = XkbAllocKeyboard())) {
73 if (XkbGetIndicatorMap(display, XkbAllIndicatorsMask, xkb)) {
77 if (XkbGetNames(display, XkbAllNamesMask, xkb)) {
82 if (xkb->indicators->phys_indicators & (1 << i)) {
83 printf("led %d = %d\n", i, xkb->indicators->maps[i].flags);
84 old[i] = xkb->indicators->maps[i].flags;
85 xkb->indicators->maps[i].flags = XkbIM_NoAutomatic;
88 printf("XkbSetIndicatorMap = %d\n", XkbSetIndicatorMap(display, ~0, xkb));
    [all...]
  /xsrc/external/mit/libX11/dist/src/
imConv.c 45 #ifdef XKB
47 * rather than just call _XLookupString (i.e. the pre-XKB XLookupString)
48 * do this because with XKB the event may have some funky modifiers that
136 #ifdef XKB

Completed in 44 milliseconds

1 2 3