1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-26 17:43:33 +00:00
mpv/player/lua
wm4 1c83ded3b0 osc: don't delay updates on resize
The idea is that if the player is resized, we do not delay redrawing
(which is normally done to limit the redraw rate to something
reasonable).

Not sure if this even does anything. For one, reacting to osd-dimensions
changes is cleaner than just polling the screen size with the next tick
event, and hoping that resizes generate tick events for whatever
logically unrelated reasons.
2020-01-08 02:37:12 +01:00
..
assdraw.lua
console.lua console: add a basic help command 2019-12-24 16:08:04 +01:00
defaults.lua lua: use new OSD property 2020-01-08 00:16:58 +01:00
options.lua lua: change runtime option change behavior 2019-12-22 12:30:53 +01:00
osc.lua osc: don't delay updates on resize 2020-01-08 02:37:12 +01:00
stats.lua stats: do not use "tick" event 2019-12-24 16:02:24 +01:00
ytdl_hook.lua