Home
last modified time | relevance | path

Searched refs:pChanges (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbEvents.c796 XkbChangesPtr pChanges, XkbEventCausePtr cause) in XkbSendNotification() argument
801 if (pChanges->state_changes) { in XkbSendNotification()
804 sn.changed = pChanges->state_changes; in XkbSendNotification()
811 if (pChanges->map.changed) { in XkbSendNotification()
815 mn.changed = pChanges->map.changed; in XkbSendNotification()
816 mn.firstType = pChanges->map.first_type; in XkbSendNotification()
817 mn.nTypes = pChanges->map.num_types; in XkbSendNotification()
818 mn.firstKeySym = pChanges->map.first_key_sym; in XkbSendNotification()
819 mn.nKeySyms = pChanges->map.num_key_syms; in XkbSendNotification()
820 mn.firstKeyAct = pChanges->map.first_key_act; in XkbSendNotification()
[all …]