diff --git a/doc/changes/drivers/mr.2038.md b/doc/changes/drivers/mr.2038.md new file mode 100644 index 000000000..862483e0d --- /dev/null +++ b/doc/changes/drivers/mr.2038.md @@ -0,0 +1,3 @@ +- wmr: Follow common naming of update_inputs. +- vive: Follow common naming of update_inputs. +- ohmd: Fix warnings and tidy. diff --git a/doc/changes/state_trackers/mr.2038.md b/doc/changes/state_trackers/mr.2038.md new file mode 100644 index 000000000..b53505a09 --- /dev/null +++ b/doc/changes/state_trackers/mr.2038.md @@ -0,0 +1 @@ +OpenXR: Use xrt_device function helper. diff --git a/doc/changes/xrt/mr.2038.md b/doc/changes/xrt/mr.2038.md new file mode 100644 index 000000000..d9f4540c0 --- /dev/null +++ b/doc/changes/xrt/mr.2038.md @@ -0,0 +1,2 @@ +Tidy the `xrt_device.h` file to make sure the destroy function is the last +function on the device.