aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/msgpack_rpc/remote_ui.h
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-12-08 22:31:35 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-12-08 23:44:24 -0300
commitf8c3a14dc32cd27df7f9772ab59690e56626d807 (patch)
tree38ea9ffcab773394c15814dde8af261bca7a19ba /src/nvim/msgpack_rpc/remote_ui.h
parent86542c6fd0677a712c6b87049a04d8e67cda3e3d (diff)
downloadrneovim-f8c3a14dc32cd27df7f9772ab59690e56626d807.tar.gz
rneovim-f8c3a14dc32cd27df7f9772ab59690e56626d807.tar.bz2
rneovim-f8c3a14dc32cd27df7f9772ab59690e56626d807.zip
msgpack-rpc: Add remote_ui module
The remote_ui module is an implementation of the UI layer, and it attaches UI instances that redirect redraw notifications to connected clients.
Diffstat (limited to 'src/nvim/msgpack_rpc/remote_ui.h')
-rw-r--r--src/nvim/msgpack_rpc/remote_ui.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/nvim/msgpack_rpc/remote_ui.h b/src/nvim/msgpack_rpc/remote_ui.h
new file mode 100644
index 0000000000..8af86dc1b8
--- /dev/null
+++ b/src/nvim/msgpack_rpc/remote_ui.h
@@ -0,0 +1,9 @@
+#ifndef NVIM_MSGPACK_RPC_REMOTE_UI_H
+#define NVIM_MSGPACK_RPC_REMOTE_UI_H
+
+#include "nvim/ui.h"
+
+#ifdef INCLUDE_GENERATED_DECLARATIONS
+# include "msgpack_rpc/remote_ui.h.generated.h"
+#endif
+#endif // NVIM_MSGPACK_RPC_REMOTE_UI_H