mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-06-11 13:12:45 +02:00
fix(wm): detect both physical and virtual monitors
This commit addresses a regression in v0.1.26 that was introduced by the win32-display-data crate, where virtual monitors would not be detected in scans by the wm. The actual fix has been made upstream in win32-display-data: https://github.com/LGUG2Z/win32-display-data/commit/2a0f7166da154880a1750b91829b1186d9c6a00c fix #846
This commit is contained in:
Generated
+1
-1
@@ -4959,7 +4959,7 @@ checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311"
|
||||
[[package]]
|
||||
name = "win32-display-data"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/LGUG2Z/win32-display-data#2c47b9f1ca1f359ba2481d0b6ea8667ccd9d075c"
|
||||
source = "git+https://github.com/LGUG2Z/win32-display-data?rev=2a0f7166da154880a1750b91829b1186d9c6a00c#2a0f7166da154880a1750b91829b1186d9c6a00c"
|
||||
dependencies = [
|
||||
"itertools",
|
||||
"thiserror",
|
||||
|
||||
Reference in New Issue
Block a user