mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-07-28 10:52:02 +00:00
[client] spice: start for display-only configurations
This commit is contained in:
@@ -1445,9 +1445,7 @@ static int lg_run(void)
|
|||||||
|
|
||||||
g_state.micDefaultState = g_params.micDefaultState;
|
g_state.micDefaultState = g_params.micDefaultState;
|
||||||
|
|
||||||
if (g_params.useSpiceInput ||
|
if (g_params.useSpice)
|
||||||
g_params.useSpiceClipboard ||
|
|
||||||
g_params.useSpiceAudio)
|
|
||||||
{
|
{
|
||||||
if (!lgCreateThread("spiceThread", spiceThread, NULL, &t_spice))
|
if (!lgCreateThread("spiceThread", spiceThread, NULL, &t_spice))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user