mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 00:28:20 +00:00
[client] spice: update to use the new epoll version of PureSpice
This commit is contained in:
parent
2b3f31700b
commit
d44d87ee7f
@ -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)
|
||||||
{
|
{
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit dde2d2427b574b28ad8669804aeb8236681cde94
|
Subproject commit d9b92c57a264ea86cf9dd462795fce76af003768
|
Loading…
Reference in New Issue
Block a user