Searched refs:XkbMapNotify (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | xkbEvents.c | 73 else if (xkb_event == XkbMapNotify) { 95 if (xkb_event == XkbMapNotify && (clients[i]->mapNotifyMask & changed)) 273 pMN->xkbType = XkbMapNotify; 300 XkbSendLegacyMapNotify(kbd, XkbMapNotify, changed, pMN->firstKeySym,
|
| H A D | xkbSwap.c | 86 if (((bit&maskLeft)==0)||(ndx==XkbMapNotify))
|
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | xkbEvents.c | 70 else if (xkb_event == XkbMapNotify) { 86 if (xkb_event == XkbMapNotify && 276 pMN->xkbType = XkbMapNotify; 299 XkbSendLegacyMapNotify(kbd, XkbMapNotify, changed, pMN->firstKeySym,
|
| H A D | xkbSwap.c | 82 if (((bit & maskLeft) == 0) || (ndx == XkbMapNotify))
|
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKBBind.c | 368 if (event->xkb_type == XkbMapNotify) { 539 XkbSelectEventDetails(dpy, xkbi->desc->device_spec, XkbMapNotify, 582 XkbSelectEventDetails(dpy, xkbi->desc->device_spec, XkbMapNotify,
|
| H A D | XKBUse.c | 260 case XkbMapNotify: 269 mev->xkb_type = XkbMapNotify;
|
| H A D | XKB.c | 167 if (eventType == XkbMapNotify) {
|
| /xsrc/external/mit/xkbevd/dist/ |
| H A D | printev.c | 377 case XkbMapNotify: 378 xkb_prologue(file, ev, "XkbMapNotify");
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | XKB.h | 77 #define XkbMapNotify 1 macro
|
Completed in 12 milliseconds