mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +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)
|
||||
{
|
||||
if (xdev != NULL) {
|
||||
xdev->update_inputs(xdev);
|
||||
xrt_device_update_inputs(xdev);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue