mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-16 12:28:11 +00:00
[client] overlay: add app_invalidateOverlay
method
This commit is contained in:
@@ -130,5 +130,6 @@ void overlayAlert_show(LG_MsgAlert type, const char * fmt, va_list args)
|
||||
l_alert.timeout = ALERT_TIMEOUT;
|
||||
l_alert.type = type;
|
||||
l_alert.show = true;
|
||||
l_alert.redraw = true;
|
||||
|
||||
app_invalidateOverlay(true);
|
||||
}
|
||||
|
Reference in New Issue
Block a user