mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-06 10:44:01 +00:00
[client] added KVMGFX_HEADER_VERSION define
This commit is contained in:
@@ -93,7 +93,7 @@ int renderThread(void * unused)
|
||||
if (memcmp(state.shm->magic, KVMGFX_HEADER_MAGIC, sizeof(KVMGFX_HEADER_MAGIC)) != 0)
|
||||
continue;
|
||||
|
||||
if (state.shm->version != 2)
|
||||
if (state.shm->version != KVMGFX_HEADER_VERSION)
|
||||
continue;
|
||||
|
||||
bool ready = false;
|
||||
|
Reference in New Issue
Block a user