summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/x11_common.h')
-rw-r--r--libvo/x11_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/x11_common.h b/libvo/x11_common.h
index cbf374f86c..eef178d680 100644
--- a/libvo/x11_common.h
+++ b/libvo/x11_common.h
@@ -86,7 +86,7 @@ extern Window mRootWin;
extern int mScreen;
extern int mLocalDisplay;
-void vo_x11_init_state(struct vo_x11_state *s);
+struct vo_x11_state *vo_x11_init_state(void);
int vo_init(struct vo *vo);
void vo_uninit(struct vo_x11_state *x11);
extern void vo_x11_decoration(struct vo *vo, int d );