feat(ui_client): handle resize events

This commit is contained in:
hlpr98
2022-03-16 21:49:02 +01:00
committed by bfredl
parent 6636160338
commit c6640d0d70
2 changed files with 17 additions and 1 deletions

View File

@@ -92,6 +92,7 @@ void ui_client_execute(uint64_t chan)
{
while (true) {
loop_poll_events(&main_loop, -1);
multiqueue_process_events(resize_events);
}
getout(0);