Searched refs:xkbGetDeviceInfoReply (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKBExtDev.c | 175 xkbGetDeviceInfoReply *rep, 238 xkbGetDeviceInfoReply rep; 285 xkbGetDeviceInfoReply rep; 349 xkbGetDeviceInfoReply rep; 390 xkbGetDeviceInfoReply rep;
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | XKBproto.h | 966 } xkbGetDeviceInfoReply; typedef in typeref:struct:_xkbGetDeviceInfoReply
|
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | xkb.c | 6104 xkbGetDeviceInfoReply * rep, 6272 xkbGetDeviceInfoReply rep; 6296 memset((char *)&rep, 0, SIZEOF(xkbGetDeviceInfoReply)); 6381 WriteToClient(client,SIZEOF(xkbGetDeviceInfoReply), (char *)&rep);
|
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | xkb.c | 6284 int id, xkbGetDeviceInfoReply * rep, ClientPtr client) 6464 xkbGetDeviceInfoReply rep; 6488 rep = (xkbGetDeviceInfoReply) { 6569 WriteToClient(client, SIZEOF(xkbGetDeviceInfoReply), &rep);
|
Completed in 23 milliseconds