Added modal window darkening of previous windows (#249)

This commit is contained in:
ocornut
2015-06-23 12:34:15 -06:00
parent 8c790a3234
commit fe17f6e735
2 changed files with 20 additions and 0 deletions

View File

@ -528,6 +528,7 @@ enum ImGuiCol_
ImGuiCol_PlotHistogramHovered,
ImGuiCol_TextSelectedBg,
ImGuiCol_TooltipBg,
ImGuiCol_ModalWindowDarkening, // darken entire screen when a modal window is active
ImGuiCol_COUNT
};