Draw focus ring as border on SSD windows

With SSD we're reasonably sure that the window is a rectangle with no
rounded corners, so a rectangular border should work.
This commit is contained in:
Ivan Molodetskikh
2023-10-11 14:32:29 +04:00
parent b283f546aa
commit 1d66f1b81e
3 changed files with 80 additions and 24 deletions
+1
View File
@@ -8,6 +8,7 @@ edition = "2021"
[dependencies]
anyhow = { version = "1.0.75" }
arrayvec = "0.7.4"
async-channel = { version = "1.9.0", optional = true }
async-io = { version = "1.13.0", optional = true }
bitflags = "2.4.0"