summaryrefslogtreecommitdiff
path: root/fftools/fftools.manifest
diff options
context:
space:
mode:
authorTimo Rothenpieler <timo@rothenpieler.org>2022-08-07 15:28:24 +0200
committerTimo Rothenpieler <timo@rothenpieler.org>2022-08-13 14:42:52 +0200
commitf85e0673c3a82acd2b267e934c6db3c9da154d86 (patch)
treebe15bffa07fd4152ff8f90b52a1235d12b2eb747 /fftools/fftools.manifest
parentb77fff47d0d60434a48b6877ed72a71ebf53858a (diff)
fftools: add DPI awareness manifest
Some filters, like gdigrab, rely on this to be set to see and report proper dimensions.
Diffstat (limited to 'fftools/fftools.manifest')
-rw-r--r--fftools/fftools.manifest9
1 files changed, 9 insertions, 0 deletions
diff --git a/fftools/fftools.manifest b/fftools/fftools.manifest
new file mode 100644
index 0000000000..f2708ecb13
--- /dev/null
+++ b/fftools/fftools.manifest
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
+ <asmv3:application>
+ <asmv3:windowsSettings>
+ <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
+ <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
+ </asmv3:windowsSettings>
+ </asmv3:application>
+</assembly>