1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-17 21:27:08 +00:00
mpv/player/lua
Philip Langdale 59b0fec508 osc: explicitly re-init the osc on a change in border visibility
I had previously wondered whether to do this, but in my testing
with x11 and wayland, the osc was being re-inited on a border
toggle already so I didn't add it.

However, on win32, things are different and there is no re-init
when toggling borders. I belive this is because the active window
size doesn't change in anyway, while on x11/wayland, toggling the
border actually changes the window size - and that trigger a re-init.

So, let's just be explicit and request a re-init when the border
is toggled.
2019-12-09 21:02:17 -08:00
..
assdraw.lua osc: improve look of seekranges 2019-09-02 01:11:04 +03:00
console.lua console.lua: add this script 2019-12-08 02:46:44 +01:00
defaults.lua lua: make later key bindings always have higher priority 2019-12-07 14:53:33 +01:00
options.lua lua: change config file logging 2019-11-01 01:52:05 +01:00
osc.lua osc: explicitly re-init the osc on a change in border visibility 2019-12-09 21:02:17 -08:00
stats.lua stats, demux: log byte level stream seeks 2019-11-07 22:53:13 +01:00
ytdl_hook.lua ytdl_hook: --vid=no should not ignore --ytdl-format in config file 2019-10-24 13:52:09 +02:00