[client] overlay/msg: provide a method to close messages from code

This commit is contained in:
Geoffrey McRae
2022-01-12 09:35:09 +11:00
parent ced952a4c6
commit 6fc0c69b2e
4 changed files with 28 additions and 7 deletions

View File

@@ -22,6 +22,7 @@
#define _H_OVERLAYS_H
#include "interface/overlay.h"
#include "overlay/msg.h"
struct Overlay
{
@@ -41,9 +42,6 @@ extern struct LG_OverlayOps LGOverlayMsg;
void overlayAlert_show(LG_MsgAlert type, const char * fmt, va_list args);
bool overlayMsg_modal(void);
void overlayMsg_show(const char * caption, const char * fmt, va_list args);
GraphHandle overlayGraph_register(const char * name, RingBuffer buffer,
float min, float max);
void overlayGraph_unregister();