[client] main: don't show the splash when transitioning to spice

This commit is contained in:
Geoffrey McRae
2022-05-27 02:24:01 +10:00
parent a9e3ab9d18
commit b94869249c
3 changed files with 11 additions and 9 deletions

View File

@@ -187,6 +187,6 @@ void app_stopVideo(bool stop);
/**
* Enable/disable the spice display
*/
void app_useSpiceDisplay(bool enable);
bool app_useSpiceDisplay(bool enable);
#endif