mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-21 21:17:19 +00:00
[client] egl: fix desktop spice toggle race
This commit is contained in:
parent
d902afa3dc
commit
13b9756e80
@ -624,4 +624,5 @@ void egl_desktopSpiceDrawBitmap(EGL_Desktop * desktop, int x, int y, int width,
|
|||||||
void egl_desktopSpiceShow(EGL_Desktop * desktop, bool show)
|
void egl_desktopSpiceShow(EGL_Desktop * desktop, bool show)
|
||||||
{
|
{
|
||||||
desktop->useSpice = show;
|
desktop->useSpice = show;
|
||||||
|
atomic_store(&desktop->processFrame, true);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user