summaryrefslogtreecommitdiffstats
path: root/video/out/x11_common.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-21 20:11:45 +0100
committerwm4 <wm4@nowhere>2013-12-21 21:43:16 +0100
commit8cd1b33a22bef714e1185bc8e435d68530caac09 (patch)
treea607f077ab9b66847e80fed93e8e5aee7a9e50a0 /video/out/x11_common.h
parent9428e05b3f15146d47851d5e9da334dfc59a55a1 (diff)
downloadmpv-8cd1b33a22bef714e1185bc8e435d68530caac09.tar.bz2
mpv-8cd1b33a22bef714e1185bc8e435d68530caac09.tar.xz
x11: mp_msg conversion for fstype help output
Diffstat (limited to 'video/out/x11_common.h')
-rw-r--r--video/out/x11_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/video/out/x11_common.h b/video/out/x11_common.h
index dedf85c257..2763009755 100644
--- a/video/out/x11_common.h
+++ b/video/out/x11_common.h
@@ -26,6 +26,7 @@
struct vo;
struct mp_rect;
+struct mp_log;
struct vo_x11_state {
struct mp_log *log;
@@ -124,7 +125,7 @@ int vo_x11_init(struct vo *vo);
void vo_x11_uninit(struct vo *vo);
int vo_x11_check_events(struct vo *vo);
bool vo_x11_screen_is_composited(struct vo *vo);
-void fstype_help(void);
+void fstype_help(struct mp_log *log);
void vo_x11_config_vo_window(struct vo *vo, XVisualInfo *vis,
int x, int y, unsigned int width,
unsigned int height, int flags,