Searched defs:XkbSetGroupInfo (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server/dist/include/
H A Dxkbstr.h103 #define XkbSetGroupInfo(g, w, n) (((w) & 0xc0) | (((n) & 3) << 4) | \ macro
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dxkbstr.h102 #define XkbSetGroupInfo(g, w, n) (((w) & 0xc0) | (((n) & 3) << 4) | \ macro
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXKBstr.h103 #define XkbSetGroupInfo(g,w,n) (((w)&0xc0)|(((n)&3)<<4)|((g)&0x0f)) macro

Completed in 8 milliseconds