mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
ipc: Fix typo
This commit is contained in:
parent
cf6bd5b208
commit
fb01dce94a
|
@ -118,7 +118,7 @@ struct ipc_client_state
|
|||
uint32_t space_count;
|
||||
|
||||
//! Ptrs to the spaces.
|
||||
struct xtr_space *xspcs[IPC_MAX_CLIENT_SPACES];
|
||||
struct xrt_space *xspcs[IPC_MAX_CLIENT_SPACES];
|
||||
|
||||
//! Which of the references spaces is the client using.
|
||||
bool ref_space_used[XRT_SPACE_REFERENCE_TYPE_COUNT];
|
||||
|
|
Loading…
Reference in a new issue