Searched refs:XkbSetGroupInfo (Results 1 – 2 of 2) sorted by relevance
103 #define XkbSetGroupInfo(g, w, n) (((w) & 0xc0) | (((n) & 3) << 4) | \ macro
493 ctrls->groups_wrap = XkbSetGroupInfo(1, XkbWrapIntoRange, 0); in XkbInitControls()