mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
ipc: forward result of xrWaitSwapchainImage
Co-authored-by: Korcan Hussein <korcan.hussein@collabora.com>
This commit is contained in:
parent
2f3a6e13bc
commit
2f5da783cc
|
@ -1338,9 +1338,7 @@ ipc_handle_swapchain_wait_image(volatile struct ipc_client_state *ics, uint32_t
|
|||
uint32_t sc_index = id;
|
||||
struct xrt_swapchain *xsc = ics->xscs[sc_index];
|
||||
|
||||
xrt_swapchain_wait_image(xsc, timeout_ns, index);
|
||||
|
||||
return XRT_SUCCESS;
|
||||
return xrt_swapchain_wait_image(xsc, timeout_ns, index);
|
||||
}
|
||||
|
||||
xrt_result_t
|
||||
|
|
Loading…
Reference in a new issue