From 8baab3c8d7a6f22888bd581cd5c6098fd2e4b5a8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 04:44:24 +0200 Subject: Adding upstream version 2:8.1.0875. Signed-off-by: Daniel Baumann --- src/proto/gui_beval.pro | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/proto/gui_beval.pro (limited to 'src/proto/gui_beval.pro') diff --git a/src/proto/gui_beval.pro b/src/proto/gui_beval.pro new file mode 100644 index 0000000..4edb45c --- /dev/null +++ b/src/proto/gui_beval.pro @@ -0,0 +1,9 @@ +/* gui_beval.c */ +BalloonEval *gui_mch_create_beval_area(void *target, char_u *mesg, void (*mesgCB)(BalloonEval *, int), void *clientData); +void gui_mch_destroy_beval_area(BalloonEval *beval); +void gui_mch_enable_beval_area(BalloonEval *beval); +void gui_mch_disable_beval_area(BalloonEval *beval); +BalloonEval *gui_mch_currently_showing_beval(void); +void gui_mch_post_balloon(BalloonEval *beval, char_u *mesg); +void gui_mch_unpost_balloon(BalloonEval *beval); +/* vim: set ft=c : */ -- cgit v1.2.3