mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 02:26:16 +00:00
st/oxr: fix wrong struct used when sending the XrEventDataInteractionProfileChanged event
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2327>
This commit is contained in:
parent
01806a3ffa
commit
9bba558fe1
4
doc/changes/state_trackers/mr.2327.md
Normal file
4
doc/changes/state_trackers/mr.2327.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
- mr.2327
|
||||
---
|
||||
Fix: Conformance issue.
|
|
@ -176,7 +176,7 @@ XrResult
|
|||
oxr_event_push_XrEventDataInteractionProfileChanged(struct oxr_logger *log, struct oxr_session *sess)
|
||||
{
|
||||
struct oxr_instance *inst = sess->sys->inst;
|
||||
XrEventDataSessionStateChanged *changed;
|
||||
XrEventDataInteractionProfileChanged *changed;
|
||||
struct oxr_event *event = NULL;
|
||||
|
||||
ALLOC(log, inst, &event, &changed);
|
||||
|
|
Loading…
Reference in a new issue