summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/video_out.c')
-rw-r--r--libvo/video_out.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index 8df9bc878a..8d20a126f7 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -19,6 +19,10 @@
//int vo_flags=0;
+int xinerama_screen = -1;
+int xinerama_x;
+int xinerama_y;
+
// currect resolution/bpp on screen: (should be autodetected by vo_init())
int vo_depthonscreen=0;
int vo_screenwidth=0;