mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-12 02:18:12 +00:00
[client] overlay/msg: provide a method to close messages from code
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user