summaryrefslogtreecommitdiffstats
path: root/player/osd.c
diff options
context:
space:
mode:
authorMartin Herkt <lachs0r@srsfckn.biz>2015-11-15 23:03:48 +0100
committerMartin Herkt <lachs0r@srsfckn.biz>2015-11-15 23:18:24 +0100
commitbf0b178e71d76c839d6d17c42a83536e444ba31d (patch)
treede21f2f308d4f1c4558330d6fd9dbc9a9a325fa4 /player/osd.c
parent883d3114138a8f9a03f778165de553b7cdb99bee (diff)
downloadmpv-bf0b178e71d76c839d6d17c42a83536e444ba31d.tar.bz2
mpv-bf0b178e71d76c839d6d17c42a83536e444ba31d.tar.xz
win32: support taskbar button progress indicator
This adds support for the progress indicator taskbar extension that was introduced with Windows 7 and Windows Server 2008 R2. I don’t like this solution because it keeps its own state and introduces another VOCTRL, but I couldn’t come up with anything less messy. closes #2399
Diffstat (limited to 'player/osd.c')
-rw-r--r--player/osd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/player/osd.c b/player/osd.c
index 596386ebae..cb49131cc1 100644
--- a/player/osd.c
+++ b/player/osd.c
@@ -164,6 +164,7 @@ static void print_status(struct MPContext *mpctx)
struct MPOpts *opts = mpctx->opts;
update_window_title(mpctx, false);
+ update_vo_playback_state(mpctx);
if (!opts->use_terminal)
return;