mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
st/oxr: Use function helper [NFC]
This commit is contained in:
parent
3060690cbe
commit
7e8d35a1a8
|
@ -37,7 +37,7 @@ void
|
||||||
oxr_xdev_update(struct xrt_device *xdev)
|
oxr_xdev_update(struct xrt_device *xdev)
|
||||||
{
|
{
|
||||||
if (xdev != NULL) {
|
if (xdev != NULL) {
|
||||||
xdev->update_inputs(xdev);
|
xrt_device_update_inputs(xdev);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue