Searched refs:affectMap (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKB.c107 req->affectMap = XkbAllMapComponentsMask;
172 req->affectMap = (CARD16) affect;
179 req->affectMap = req->map = 0;
/xsrc/external/mit/xorg-server/dist/xkb/
H A DxkbSwap.c67 swaps(&stuff->affectMap);
H A Dxkb.c233 if (((stuff->affectWhich & XkbMapNotifyMask) != 0) && (stuff->affectMap)) {
234 client->mapNotifyMask &= ~stuff->affectMap;
235 client->mapNotifyMask |= (stuff->affectMap & stuff->map);
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DxkbSwap.c71 swaps(&stuff->affectMap,n);
H A Dxkb.c230 if (((stuff->affectWhich&XkbMapNotifyMask)!=0)&&(stuff->affectMap)) {
231 client->mapNotifyMask&= ~stuff->affectMap;
232 client->mapNotifyMask|= (stuff->affectMap&stuff->map);
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXKBproto.h74 CARD16 affectMap; member in struct:_xkbSelectEvents

Completed in 39 milliseconds