Only use window occlusion on platforms where it is supported

This commit is contained in:
Kovid Goyal
2025-02-12 12:02:46 +05:30
parent 2cf83070a0
commit 50f64d5981
14 changed files with 42 additions and 22 deletions

View File

@@ -107,8 +107,8 @@ Detailed list of changes
many cells to render a piece of text in (:iss:`8226`)
- **Behavior change**: The :opt:`notify_on_cmd_finish` option now uses OS
Window visibility instead of focus state when set to ``invisible``
(:iss:`8320`)
Window visibility instead of focus state when set to ``invisible`` on
platforms that support querying OS window visibility (:iss:`8320`)
- launch: Add options :option:`launch --source-window` and :option:`launch --next-to` to allow
specifying which window is used as the data source and destination location independently of the