0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02: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 osc: improve look of seekranges 2019-09-02 01:11:04 +03:00
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 ytdl_hook: --vid=no should not ignore --ytdl-format in config file 2019-10-24 13:52:09 +02:00