summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-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 d23b3cfc6d..449b51d855 100644
--- a/libvo/x11_common.h
+++ b/libvo/x11_common.h
@@ -85,6 +85,8 @@ extern unsigned int xv_port;
extern int vo_xv_set_eq(uint32_t xv_port, char * name, int value);
extern int vo_xv_get_eq(uint32_t xv_port, char * name, int *value);
+extern int vo_xv_enable_vsync();
+
/*** colorkey handling ***/
typedef struct xv_ck_info_s
{