mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[client] spice: update to use the new epoll version of PureSpice
This commit is contained in:
@@ -640,7 +640,7 @@ int main_frameThread(void * unused)
|
|||||||
int spiceThread(void * arg)
|
int spiceThread(void * arg)
|
||||||
{
|
{
|
||||||
while(g_state.state != APP_STATE_SHUTDOWN)
|
while(g_state.state != APP_STATE_SHUTDOWN)
|
||||||
if (!spice_process(1000))
|
if (!spice_process(100))
|
||||||
{
|
{
|
||||||
if (g_state.state != APP_STATE_SHUTDOWN)
|
if (g_state.state != APP_STATE_SHUTDOWN)
|
||||||
{
|
{
|
||||||
|
Submodule repos/PureSpice updated: dde2d2427b...d9b92c57a2
Reference in New Issue
Block a user