summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r--libvo/video_out.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index f042c602d7..49f5e2af75 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -179,6 +179,10 @@ extern int vo_flags;
extern int vo_config_count;
+extern int xinerama_screen;
+extern int xinerama_x;
+extern int xinerama_y;
+
// correct resolution/bpp on screen: (should be autodetected by vo_init())
extern int vo_depthonscreen;
extern int vo_screenwidth;