From 7ae53ab0a4720c5229466e1e232bf010e2fa9a19 Mon Sep 17 00:00:00 2001 From: omar Date: Fri, 12 Feb 2021 16:41:16 +0100 Subject: [PATCH] Linux, Wayland --- Multi-Viewports.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Multi-Viewports.md b/Multi-Viewports.md index 5be91b0..ffd1440 100644 --- a/Multi-Viewports.md +++ b/Multi-Viewports.md @@ -43,6 +43,11 @@ There are a few additional multi-viewports related configuration flags in the io If you are using a custom back-end, refer to the `ImGuiPlatformIO` structure and existing `backends/` + `examples/` to implement support for multi-viewports in your engine. This is not particularly easy to add. +#### Issues + +- The feature tends to be broken on Linux/X11 with many window managers. It's been endlessly reported and will only likely ever be fixed if a Linux user wants to commit the time to investigate this seriously. See [#2117](https://github.com/ocornut/imgui/issues/2117). +- The feature doesn't work in Wayland. Wayland doesn't let application read or write windows positions. + #### FAQ - Q: What happens to the coordinate systems?