[client] spice: delay showing the spice display until spice is ready

This commit is contained in:
Geoffrey McRae
2022-05-24 09:48:54 +10:00
parent c0da28247d
commit d1e421f8a8
6 changed files with 75 additions and 39 deletions

View File

@@ -71,6 +71,7 @@ struct AppState
uint8_t spiceUUID[16];
bool spiceReady;
bool initialSpiceDisplay;
uint8_t guestUUID[16];
bool guestUUIDValid;
KVMFROS guestOS;