mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-14 19:38:10 +00:00
[client] imgui: converted alerts to use imgui
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user