Searched refs:affectInternalMods (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBCtrls.c118 req->affectInternalMods = affectReal;
286 req->affectInternalMods = ~0;
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXKBproto.h199 CARD8 affectInternalMods; member in struct:_xkbSetControls
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A Dxkb.c772 CHK_MASK_MATCH(0x02, stuff->affectInternalMods,
777 new.internal.real_mods &= ~(stuff->affectInternalMods);
778 new.internal.real_mods |= (stuff->affectInternalMods &
/xsrc/external/mit/xorg-server/dist/xkb/
H A Dxkb.c797 CHK_MASK_MATCH(0x02, stuff->affectInternalMods,
802 new.internal.real_mods &= ~(stuff->affectInternalMods);
803 new.internal.real_mods |= (stuff->affectInternalMods &

Completed in 22 milliseconds