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, 2 insertions, 0 deletions
diff --git a/libvo/x11_common.h b/libvo/x11_common.h
index 1d73f54020..a8e0310045 100644
--- a/libvo/x11_common.h
+++ b/libvo/x11_common.h
@@ -119,6 +119,8 @@ void vo_vm_switch(uint32_t, uint32_t, int*, int*);
void vo_vm_close(Display*);
#endif
+void update_xinerama_info(void);
+
int vo_find_depth_from_visuals(Display *dpy, int screen, Visual **visual_return);
#endif