summaryrefslogtreecommitdiffstats
path: root/core/mp_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/mp_core.h')
-rw-r--r--core/mp_core.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/mp_core.h b/core/mp_core.h
index 97aeb0d00e..c9c6a57487 100644
--- a/core/mp_core.h
+++ b/core/mp_core.h
@@ -127,8 +127,9 @@ typedef struct MPContext {
subtitle subs; // subtitle list used when reading subtitles from demuxer
int add_osd_seek_info; // bitfield of enum mp_osd_seek_info
- unsigned int osd_visible;
+ unsigned int osd_visible; // for the osd bar only
int osd_function;
+ unsigned int osd_function_visible;
struct playlist *playlist;
char *filename; // currently playing file