summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorJames Ross-Gowan <rossymiles@gmail.com>2015-03-09 20:30:33 +1100
committerwm4 <wm4@nowhere>2015-03-09 11:46:06 +0100
commita26ea5069412c74e7d68599c6299331bfcd64030 (patch)
tree50dbd3d7a2bfd5617e32f551ce4d1617d58b42d5 /TOOLS
parent3efbc1a9a38de2f0af4778ab9388c6a8e1c11ca6 (diff)
downloadmpv-a26ea5069412c74e7d68599c6299331bfcd64030.tar.bz2
mpv-a26ea5069412c74e7d68599c6299331bfcd64030.tar.xz
w32_common: support the "window-minimized" property
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/lua/pause-when-minimize.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/TOOLS/lua/pause-when-minimize.lua b/TOOLS/lua/pause-when-minimize.lua
index 69cb382b19..99add709f1 100644
--- a/TOOLS/lua/pause-when-minimize.lua
+++ b/TOOLS/lua/pause-when-minimize.lua
@@ -2,8 +2,6 @@
-- if it's brought back again. If the player was already paused when minimizing,
-- then try not to mess with the pause state.
--- Note: currently works with X11 or OS X only.
-
local did_minimize = false
mp.observe_property("window-minimized", "bool", function(name, value)