summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorpavelxdd <pavel.otchertsov@gmail.com>2016-12-09 21:22:33 +0300
committerwm4 <wm4@nowhere>2017-01-27 12:00:32 +0100
commit9c90c902c11f557577f22e72a3a2db0034c511d8 (patch)
tree6297152519ff7e18c5abfc99e9d9f343a13e2274 /DOCS
parentcfda696580a994055e4532a273ce86c867ffdac4 (diff)
downloadmpv-9c90c902c11f557577f22e72a3a2db0034c511d8.tar.bz2
mpv-9c90c902c11f557577f22e72a3a2db0034c511d8.tar.xz
win32: snap to screen edges
Disabled by default. The snap sensitivity value depends on the screen DPI. The default value is 16px on a 96 DPI screen. Fixes #2248
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index c1942cf0c6..a6034e512e 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -2112,6 +2112,9 @@ Window
Enabled by default.
+``--snap-window``
+ (Windows only) Snap the player window to screen edges.
+
``--ontop``
Makes the player window stay on top of other windows.