From 7d9eab15f00e38a5b4c25d084a904e3a8439807b Mon Sep 17 00:00:00 2001 From: maniak1349 Date: Thu, 5 May 2016 08:56:21 +0300 Subject: win32: make taskbar progress indication optional Add --taskbar-progress command line option and property which controls taskbar progress indication rendering in Windows 7+. This option is on by default and can be toggled during playback. This option does not affect the creation process of ITaskbarList3. When the option is turned off the progress bar is just hidden with TBPF_NOPROGRESS. Closes #2535 --- DOCS/man/input.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'DOCS/man/input.rst') diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index ea9eb07715..7b525d7aa8 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -1349,6 +1349,9 @@ Property list ``colormatrix-primaries`` (R) See ``colormatrix``. +``taskbar-progress`` (RW) + See ``--taskbar-progress``. + ``ontop`` (RW) See ``--ontop``. -- cgit v1.2.3