aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/map.h
diff options
context:
space:
mode:
authorhlpr98 <hlpr98@gmail.com>2022-03-12 21:08:29 +0100
committerbfredl <bjorn.linse@gmail.com>2022-03-15 19:55:34 +0100
commit794d2744f33562326172801ddd729853e7135347 (patch)
tree539b34d053bdc4b5a23bb5e2824042c211ced2dc /src/nvim/map.h
parentaa35d15a0db8a5a2a0b06aca7b7161c5e35b57b1 (diff)
downloadrneovim-794d2744f33562326172801ddd729853e7135347.tar.gz
rneovim-794d2744f33562326172801ddd729853e7135347.tar.bz2
rneovim-794d2744f33562326172801ddd729853e7135347.zip
feat(ui): implement ui_client event handlers
Diffstat (limited to 'src/nvim/map.h')
-rw-r--r--src/nvim/map.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/map.h b/src/nvim/map.h
index 00f72386a7..0fa3fbd83d 100644
--- a/src/nvim/map.h
+++ b/src/nvim/map.h
@@ -8,6 +8,7 @@
#include "nvim/extmark_defs.h"
#include "nvim/highlight_defs.h"
#include "nvim/map_defs.h"
+#include "nvim/ui_client.h"
#if defined(__NetBSD__)
# undef uint64_t
@@ -48,6 +49,7 @@ MAP_DECLS(HlEntry, int)
MAP_DECLS(String, handle_T)
MAP_DECLS(String, int)
MAP_DECLS(int, String)
+MAP_DECLS(String, ApiRedrawWrapper)
MAP_DECLS(ColorKey, ColorItem)