Skip to content

Commit

Permalink
[client] egl: fix desktop spice toggle race
Browse files Browse the repository at this point in the history
  • Loading branch information
gnif committed Mar 12, 2024
1 parent d902afa commit 13b9756
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/renderers/EGL/desktop.c
Expand Up @@ -624,4 +624,5 @@ void egl_desktopSpiceDrawBitmap(EGL_Desktop * desktop, int x, int y, int width,
void egl_desktopSpiceShow(EGL_Desktop * desktop, bool show)
{
desktop->useSpice = show;
atomic_store(&desktop->processFrame, true);
}

0 comments on commit 13b9756

Please sign in to comment.