summaryrefslogtreecommitdiffstats
path: root/mp_osd.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-09-25 03:24:38 +0200
committerwm4 <wm4@nowhere>2012-10-12 10:10:32 +0200
commite79efd28f8f3f539ca976733ff4209e372dcb5ed (patch)
tree885b7f85ed7d1b074de5042b38624fdeb516b54b /mp_osd.h
parent88849fd1d4056bc22305cc4433dc56360dd6d0e9 (diff)
downloadmpv-e79efd28f8f3f539ca976733ff4209e372dcb5ed.tar.bz2
mpv-e79efd28f8f3f539ca976733ff4209e372dcb5ed.tar.xz
commands: more user-control whether a command shows OSD bars/messages
The "no-osd" prefix was introduced earlier to disable OSD selectively based on the key binding. Extend this, and allow the user to force display of an OSD bar ("osd-bar"), OSD message ("osd-msg") or both ("osd-msg-bar"). This changes mainly how property setting functions behave. The default behavior is still the same.
Diffstat (limited to 'mp_osd.h')
-rw-r--r--mp_osd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mp_osd.h b/mp_osd.h
index 86eed3a142..444b54736c 100644
--- a/mp_osd.h
+++ b/mp_osd.h
@@ -41,6 +41,5 @@ void set_osd_bar(struct MPContext *mpctx, int type,const char* name,double min,d
void set_osd_msg(struct MPContext *mpctx, int id, int level, int time, const char* fmt, ...);
void set_osd_tmsg(struct MPContext *mpctx, int id, int level, int time, const char* fmt, ...);
void rm_osd_msg(struct MPContext *mpctx, int id);
-void mp_show_osd_progression(struct MPContext *mpctx);
#endif /* MPLAYER_MP_OSD_H */