[client] app: move all alert management into overlay/alert.c

This commit is contained in:
Geoffrey McRae
2022-01-08 14:32:13 +11:00
parent db2e38ae4d
commit ad6fa5a504
4 changed files with 56 additions and 29 deletions

View File

@@ -63,11 +63,6 @@ struct AppState
uint64_t lastImGuiFrame;
bool renderImGuiTwice;
bool alertShow;
char * alertMessage;
LG_MsgAlert alertType;
uint64_t alertTimeout;
struct LG_DisplayServerOps * ds;
bool dsInitialized;
bool jitRender;