mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-09-16 23:01:30 +02:00
feat(dpi): default to per monitor v2
This commit ensures that the process starts with DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2 set by default. https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-setprocessdpiawarenesscontext fix #187
This commit is contained in:
+3
-2
@@ -48,9 +48,10 @@ features = [
|
||||
"Win32_Graphics_Gdi",
|
||||
"Win32_System_Threading",
|
||||
"Win32_System_RemoteDesktop",
|
||||
"Win32_UI_Input_KeyboardAndMouse",
|
||||
"Win32_UI_Accessibility",
|
||||
"Win32_UI_WindowsAndMessaging"
|
||||
"Win32_UI_HiDpi",
|
||||
"Win32_UI_Input_KeyboardAndMouse",
|
||||
"Win32_UI_WindowsAndMessaging",
|
||||
]
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user