mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 02:26:16 +00:00
xrt: make xrt_device_update_inputs return xrt_result_t
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2246>
This commit is contained in:
parent
9bba558fe1
commit
361cf57360
1
doc/changes/xrt/mr.2246.md
Normal file
1
doc/changes/xrt/mr.2246.md
Normal file
|
@ -0,0 +1 @@
|
|||
Change: `xrt_device_update_inputs` returns `xrt_result_t`
|
|
@ -561,10 +561,11 @@ struct xrt_device
|
|||
*
|
||||
* @public @memberof xrt_device
|
||||
*/
|
||||
static inline void
|
||||
static inline xrt_result_t
|
||||
xrt_device_update_inputs(struct xrt_device *xdev)
|
||||
{
|
||||
xdev->update_inputs(xdev);
|
||||
return XRT_SUCCESS;
|
||||
}
|
||||
|
||||
/*!
|
||||
|
|
Loading…
Reference in a new issue