mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-09 16:51:31 +00:00
[client] overlay: add support for confirmation dialogs
This commit is contained in:
@@ -29,7 +29,8 @@
|
||||
bool overlayMsg_modal(void);
|
||||
|
||||
MsgBoxHandle overlayMsg_show(
|
||||
const char * caption, const char * fmt, va_list args);
|
||||
const char * caption, MsgBoxConfirmCallback confirm, void * opaque,
|
||||
const char * fmt, va_list args);
|
||||
|
||||
void overlayMsg_close(MsgBoxHandle * handle);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user