Searched refs:pChanges (Results 1 – 1 of 1) sorted by relevance
796 XkbChangesPtr pChanges, XkbEventCausePtr cause) in XkbSendNotification() argument801 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 …]