summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2015-03-08 17:40:01 +0100
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2015-03-08 22:00:47 +0100
commitd7f04e20859708e69c1fc2538a19ca47ed025461 (patch)
tree22dac73b95ff6c17ab65514c0d7f7b60174adc8f /TOOLS
parent5c3a6ca96e8bb5275149e5763f27c6aaed35113d (diff)
downloadmpv-d7f04e20859708e69c1fc2538a19ca47ed025461.tar.bz2
mpv-d7f04e20859708e69c1fc2538a19ca47ed025461.tar.xz
cocoa: support the "window-minimized" property
Signed-off-by: Stefano Pigozzi <stefano.pigozzi@gmail.com>
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/lua/pause-when-minimize.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/lua/pause-when-minimize.lua b/TOOLS/lua/pause-when-minimize.lua
index 62e3ff5d27..69cb382b19 100644
--- a/TOOLS/lua/pause-when-minimize.lua
+++ b/TOOLS/lua/pause-when-minimize.lua
@@ -2,7 +2,7 @@
-- 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 only.
+-- Note: currently works with X11 or OS X only.
local did_minimize = false