summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/x11_common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/x11_common.c b/libvo/x11_common.c
index 02e42ff221..056c452b2d 100644
--- a/libvo/x11_common.c
+++ b/libvo/x11_common.c
@@ -338,9 +338,9 @@ void update_xinerama_info(struct vo *vo) {
struct MPOpts *opts = vo->opts;
xinerama_x = xinerama_y = 0;
#ifdef CONFIG_XINERAMA
- int screen = xinerama_screen;
- if (screen >= -1 && XineramaIsActive(vo->x11->display))
+ if (xinerama_screen >= -1 && XineramaIsActive(vo->x11->display))
{
+ int screen = xinerama_screen;
XineramaScreenInfo *screens;
int num_screens;