Added ImGuiCol_TextDisabled

This commit is contained in:
ocornut
2015-05-11 19:36:32 +01:00
parent 141ac8beab
commit 34aad73fd8
2 changed files with 3 additions and 0 deletions

View File

@ -504,6 +504,7 @@ enum ImGuiKey_
enum ImGuiCol_
{
ImGuiCol_Text,
ImGuiCol_TextDisabled,
ImGuiCol_WindowBg,
ImGuiCol_ChildWindowBg,
ImGuiCol_Border,