From 76985e1ebb8d5e022a8afbbd54998c45e61d7fa5 Mon Sep 17 00:00:00 2001 From: omar Date: Mon, 9 Dec 2019 20:01:07 +0100 Subject: [PATCH] Index --- Glossary.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Glossary.md b/Glossary.md index 802a714..26c7ef3 100644 --- a/Glossary.md +++ b/Glossary.md @@ -3,7 +3,7 @@ ## Index - [General Terms](#general-terms) -- [Multi-Viewports](#multi-viewports) +- [Multi-Viewports Terms](#multi-viewports Terms) ## General Terms @@ -31,7 +31,7 @@ **Widgets**: (same as Item): a single ImGui element (e.g. a `ImGui::Button()` or `ImGui::Text()` call). -## Multi-Viewports Feature +## Multi-Viewports Terms Note: when talking about issues related to the multi-viewports feature, always try to remove ambiguity by specifying e.g. "_Dear ImGui Window_" vs "_Platform Window_".