The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

st/oxr: fix wrong struct used when sending the XrEventDataInteractionProfileChanged event

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2327>

authored by

liushuai.abel and committed by
Rylie Pavlik
9bba558f 01806a3f

+5 -1
+4
doc/changes/state_trackers/mr.2327.md
··· 1 + --- 2 + - mr.2327 3 + --- 4 + Fix: Conformance issue.
+1 -1
src/xrt/state_trackers/oxr/oxr_event.c
··· 176 176 oxr_event_push_XrEventDataInteractionProfileChanged(struct oxr_logger *log, struct oxr_session *sess) 177 177 { 178 178 struct oxr_instance *inst = sess->sys->inst; 179 - XrEventDataSessionStateChanged *changed; 179 + XrEventDataInteractionProfileChanged *changed; 180 180 struct oxr_event *event = NULL; 181 181 182 182 ALLOC(log, inst, &event, &changed);