summaryrefslogtreecommitdiff
path: root/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'video.h')
-rw-r--r--video.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/video.h b/video.h
index c644959..bc7bb8f 100644
--- a/video.h
+++ b/video.h
@@ -41,6 +41,9 @@ extern void VideoPollEvents(int);
/// Get player window id.
extern int VideoGetPlayWindow(void);
+ /// Set Osd 3D Mode
+extern void VideoSetOsd3DMode(int);
+
/// Draw an OSD ARGB image.
extern void VideoDrawARGB(int, int, int, int, const uint8_t *);