mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 15:38:33 +00:00
*: Also fix the adjacent errors
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
// Call a function in the UI thread
|
||||
#define UI_CALL(ui, name, argc, ...) \
|
||||
((UIBridgeData *)ui)->scheduler( \
|
||||
event_create(1, ui_bridge_##name##_event, argc, __VA_ARGS__), UI(ui))
|
||||
event_create(1, ui_bridge_##name##_event, argc, __VA_ARGS__), UI(ui))
|
||||
|
||||
#define INT2PTR(i) ((void *)(uintptr_t)i)
|
||||
#define PTR2INT(p) ((int)(uintptr_t)p)
|
||||
|
Reference in New Issue
Block a user