mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 23:48:32 +00:00
feat(ui): implement ui_client event handlers
This commit is contained in:
@@ -3,7 +3,11 @@
|
||||
|
||||
#include "nvim/api/private/defs.h"
|
||||
|
||||
typedef void (*ApiRedrawWrapper)(Array args);
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
#include "ui_client.h.generated.h"
|
||||
#include "ui_events_redraw.h.generated.h"
|
||||
#endif
|
||||
|
||||
#endif // NVIM_UI_CLIENT_H
|
||||
|
Reference in New Issue
Block a user