refactor(ui): use "ui_client" instead of "redraw" as general prefix

This commit is contained in:
bfredl
2022-03-13 14:57:57 +01:00
parent 534edce3c4
commit ca23f2ed30
6 changed files with 40 additions and 44 deletions

View File

@@ -179,7 +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(String, UIClientHandler, NULL)
MAP_IMPL(ColorKey, ColorItem, COLOR_ITEM_INITIALIZER)