summaryrefslogtreecommitdiffstats
path: root/player/main.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-09-02 15:01:09 +0200
committerwm4 <wm4@nowhere>2016-09-02 15:01:09 +0200
commitf2e25e9e1f5aa28689d152d7a7cb4c39bdac9c82 (patch)
tree6cfa4fbb54bac7472bc3ad8bce1adb20428ae367 /player/main.c
parentb2657814c9f7e38bf576d068619822823dbec8e1 (diff)
downloadmpv-f2e25e9e1f5aa28689d152d7a7cb4c39bdac9c82.tar.bz2
mpv-f2e25e9e1f5aa28689d152d7a7cb4c39bdac9c82.tar.xz
player: don't send win32 taskbar update before window is created
If the win32 taskbar progress update is sent before the VO window is created, then w32_common.c will ignore it because the actual taskbar object was not created yet. (At least this is what I suspect happens. The window is already created at this point, but not mapped.) Hopefully fix this is fixed by creating until after the window is created, i.e. the VO has been configured at least once. Untested (who wants to boot into Windows just to wait until it has applied all of its stupid updates). Also not explicit is whether update_vo_playback_state() will actually be called soon enough in all cases. It probably is. Probably fixes #3482.
Diffstat (limited to 'player/main.c')
0 files changed, 0 insertions, 0 deletions