mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-03-06 16:50:50 +00:00
[client] main: lgmpClientMessageDone is not idempotent
This commit is contained in:
parent
9a6aa3ce66
commit
a8ba014b52
1 changed files with 0 additions and 1 deletions
|
@ -446,7 +446,6 @@ int main_cursorThread(void * unused)
|
||||||
case CURSOR_TYPE_MASKED_COLOR: cursorType = LG_CURSOR_MASKED_COLOR; break;
|
case CURSOR_TYPE_MASKED_COLOR: cursorType = LG_CURSOR_MASKED_COLOR; break;
|
||||||
default:
|
default:
|
||||||
DEBUG_ERROR("Invalid cursor type");
|
DEBUG_ERROR("Invalid cursor type");
|
||||||
lgmpClientMessageDone(g_state.pointerQueue);
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue