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