feat(ui): implement ui_client event handlers

This commit is contained in:
hlpr98
2022-03-12 21:08:29 +01:00
committed by bfredl
parent aa35d15a0d
commit 794d2744f3
8 changed files with 187 additions and 4 deletions

View File

@@ -179,6 +179,7 @@ MAP_IMPL(HlEntry, int, DEFAULT_INITIALIZER)
MAP_IMPL(String, handle_T, 0)
MAP_IMPL(String, int, DEFAULT_INITIALIZER)
MAP_IMPL(int, String, DEFAULT_INITIALIZER)
MAP_IMPL(String, ApiRedrawWrapper, NULL)
MAP_IMPL(ColorKey, ColorItem, COLOR_ITEM_INITIALIZER)