mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-15 20:08:17 +00:00
[client/c-host] updated to use new LGMP naming conventions
This commit is contained in:
@@ -237,7 +237,7 @@ static int renderThread(void * unused)
|
||||
static int cursorThread(void * unused)
|
||||
{
|
||||
LGMP_STATUS status;
|
||||
PLGMPCQueue queue;
|
||||
PLGMPClientQueue queue;
|
||||
LG_RendererCursor cursorType = LG_CURSOR_COLOR;
|
||||
|
||||
lgWaitEvent(e_startup, TIMEOUT_INFINITE);
|
||||
@@ -328,8 +328,8 @@ static int cursorThread(void * unused)
|
||||
|
||||
static int frameThread(void * unused)
|
||||
{
|
||||
LGMP_STATUS status;
|
||||
PLGMPCQueue queue;
|
||||
LGMP_STATUS status;
|
||||
PLGMPClientQueue queue;
|
||||
|
||||
SDL_SetThreadPriority(SDL_THREAD_PRIORITY_HIGH);
|
||||
lgWaitEvent(e_startup, TIMEOUT_INFINITE);
|
||||
|
Reference in New Issue
Block a user