Searched refs:xi_mn (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dinpututils.c74 deviceMappingNotify xi_mn; local in function:do_butmap_change
95 xi_mn.type = DeviceMappingNotify;
96 xi_mn.request = MappingPointer;
97 xi_mn.deviceid = dev->id;
98 xi_mn.time = GetTimeInMillis();
100 SendEventToAllWindows(dev, DeviceMappingNotifyMask, (xEvent *) &xi_mn, 1);
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DxkbEvents.c64 deviceMappingNotify xi_mn; local in function:XkbSendLegacyMapNotify
83 xi_mn.type = DeviceMappingNotify;
84 xi_mn.deviceid = kbd->id;
85 xi_mn.time = time;
134 xi_mn.request = MappingKeyboard;
135 xi_mn.firstKeyCode = first_key;
136 xi_mn.count = num_keys;
137 SendEventToAllWindows(kbd, DeviceMappingNotifyMask, (xEvent *) &xi_mn,
141 xi_mn.request = MappingModifier;
142 xi_mn
[all...]
/xsrc/external/mit/xorg-server/dist/xkb/
H A DxkbEvents.c134 deviceMappingNotify xi_mn = { local in function:XkbSendLegacyMapNotify
142 SendEventToAllWindows(kbd, DeviceMappingNotifyMask, (xEvent *) &xi_mn,
146 deviceMappingNotify xi_mn = { local in function:XkbSendLegacyMapNotify
154 SendEventToAllWindows(kbd, DeviceMappingNotifyMask, (xEvent *) &xi_mn,
/xsrc/external/mit/xorg-server/dist/dix/
H A Dinpututils.c76 deviceMappingNotify xi_mn; local in function:do_butmap_change
96 xi_mn = (deviceMappingNotify) {
103 SendEventToAllWindows(dev, DeviceMappingNotifyMask, (xEvent *) &xi_mn, 1);

Completed in 6 milliseconds