From 2243cbc0b9b398b695c4b367352b49a797d4270a Mon Sep 17 00:00:00 2001 From: Felix Rabe Date: Wed, 24 Apr 2019 18:54:54 +0200 Subject: [PATCH] Popup windows are also known as modal windows --- FEATURES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FEATURES.md b/FEATURES.md index 84344e1dce..515ff5979d 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -85,7 +85,7 @@ If your PR makes notable changes to Winit's features, please update this section - **Fullscreen toggle**: The windows created by winit can be switched to and from fullscreen after creation. - **HiDPI support**: Winit assists developers in appropriately scaling HiDPI content. -- **Popup windows**: Windows can be created relative to the client area of other windows, and parent +- **Popup / modal windows**: Windows can be created relative to the client area of other windows, and parent windows can be disabled in favor of popup windows. This feature also guarantees that popup windows get drawn above their owner.