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

/xsrc/external/mit/xkbevd/dist/
H A Dprintev.c77 (state->changed & XkbGroupLatchMask ? "*" : ""),
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXKB.h202 #define XkbGroupLatchMask (1L << 6) macro
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DxkbLEDs.c72 if (state_changes&(XkbModifierLatchMask|XkbGroupLatchMask))
492 sli->usedComponents|= XkbModifierLatchMask|XkbGroupLatchMask;
H A DxkbActions.c1302 sn.changed|= XkbGroupLatchMask;
H A DxkbUtils.c609 changed|=(old->latched_group!=new->latched_group?XkbGroupLatchMask:0);
/xsrc/external/mit/xorg-server/dist/xkb/
H A DxkbLEDs.c71 if (state_changes & (XkbModifierLatchMask | XkbGroupLatchMask))
503 sli->usedComponents |= XkbModifierLatchMask | XkbGroupLatchMask;
H A DxkbActions.c1501 sn.changed |= XkbGroupLatchMask;
H A DxkbUtils.c619 (old->latched_group != new->latched_group ? XkbGroupLatchMask : 0);

Completed in 14 milliseconds