[client] imgui: converted alerts to use imgui

This commit is contained in:
Quantum
2021-07-23 05:58:33 -04:00
committed by Geoffrey McRae
parent efb5019176
commit be44249c05
7 changed files with 107 additions and 9 deletions

View File

@@ -51,6 +51,12 @@ struct AppState
ImGuiStyle * style;
struct ll * overlays;
char * fontName;
ImFont * fontLarge;
bool alertShow;
char * alertMessage;
LG_MsgAlert alertType;
uint64_t alertTimeout;
struct LG_DisplayServerOps * ds;
bool dsInitialized;