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 77a4068..4db8a07 100644
--- a/video.h
+++ b/video.h
@@ -77,6 +77,9 @@ extern void VideoPollEvent(void);
/// Wakeup display handler.
extern void VideoDisplayWakeup(void);
+ /// Set video device.
+extern void VideoSetDevice(const char *);
+
/// Set video geometry.
extern int VideoSetGeometry(const char *);