From bf0b178e71d76c839d6d17c42a83536e444ba31d Mon Sep 17 00:00:00 2001 From: Martin Herkt Date: Sun, 15 Nov 2015 23:03:48 +0100 Subject: win32: support taskbar button progress indicator MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- player/osd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'player/osd.c') 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; -- cgit v1.2.3