]> git.sesse.net Git - vlc/blobdiff - include/vlc_osd.h
Add a function to display EPG event information for the current program of an input_i...
[vlc] / include / vlc_osd.h
index 06ac47f7909a563ad85dc302e7857b155b991803..d327fa16a7a5b45616772f82990e16d02aaae160 100644 (file)
@@ -635,6 +635,8 @@ VLC_EXPORT( int, vout_ShowTextRelative, ( vout_thread_t *, int, char *, const te
 
 VLC_EXPORT( int, vout_ShowTextAbsolute, ( vout_thread_t *, int, const char *, const text_style_t *, int, int, int, mtime_t, mtime_t ) );
 
+VLC_EXPORT( int, vout_OSDEpg, ( vout_thread_t *, input_item_t * ) );
+
 /**
  * Write an informative message at the default location,
  * for the default duration and only if the OSD option is enabled.