Searched refs:XkbAllMapComponentsMask (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/libxkbfile/dist/src/
H A Dsrvmisc.c50 if (!XkbSetMap(dpy, XkbAllMapComponentsMask, xkb))
76 tmp = XkbAllMapComponentsMask;
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXKB.h148 #define XkbAllMapEventsMask XkbAllMapComponentsMask
637 #define XkbAllMapComponentsMask (XkbAllClientInfoMask|XkbAllServerInfoMask) macro
/xsrc/external/mit/xkbprint/dist/
H A Dxkbprint.c705 result.xkb = XkbGetMap(inDpy, XkbAllMapComponentsMask, XkbUseCoreKbd);
/xsrc/external/mit/xkbcomp/dist/
H A Dxkbcomp.c1098 result.xkb = XkbGetMap(inDpy, XkbAllMapComponentsMask, device_id);
/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKB.c107 req->affectMap = XkbAllMapComponentsMask;
H A DXKBBind.c583 XkbAllMapComponentsMask, XkbAllClientInfoMask);
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A Dxkb.c1447 CHK_MASK_LEGAL(0x02,stuff->full,XkbAllMapComponentsMask);
1448 CHK_MASK_LEGAL(0x03,stuff->partial,XkbAllMapComponentsMask);
2659 CHK_MASK_LEGAL(0x01,stuff->present,XkbAllMapComponentsMask);
/xsrc/external/mit/xorg-server/dist/xkb/
H A Dxkb.c1476 CHK_MASK_LEGAL(0x02, stuff->full, XkbAllMapComponentsMask);
1477 CHK_MASK_LEGAL(0x03, stuff->partial, XkbAllMapComponentsMask);
2726 CHK_MASK_LEGAL(0x01, stuff->present, XkbAllMapComponentsMask);

Completed in 27 milliseconds