mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 15:58:17 +00:00
event: Remove "priority" concept.
It was replaced by the "child queue" concept (MultiQueue).
This commit is contained in:
@@ -198,7 +198,7 @@ static void ui_refresh_event(void **argv)
|
||||
|
||||
void ui_schedule_refresh(void)
|
||||
{
|
||||
loop_schedule(&main_loop, event_create(1, ui_refresh_event, 0));
|
||||
loop_schedule(&main_loop, event_create(ui_refresh_event, 0));
|
||||
}
|
||||
|
||||
void ui_resize(int new_width, int new_height)
|
||||
|
Reference in New Issue
Block a user