From 3778e6333070155d72ade4049e9886086e490a65 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 17 Aug 2014 04:34:20 +0200 Subject: x11: fix xrandr conditional compilation Oops. Fixes #1020. --- video/out/x11_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/x11_common.c') diff --git a/video/out/x11_common.c b/video/out/x11_common.c index 6e60822644..f1b69e4f55 100644 --- a/video/out/x11_common.c +++ b/video/out/x11_common.c @@ -324,7 +324,7 @@ static int vo_wm_detect(struct vo *vo) static void xrandr_read(struct vo_x11_state *x11) { -#ifdef HAVE_XRANDR +#if HAVE_XRANDR x11->num_displays = 0; XRRScreenResources *r = XRRGetScreenResources(x11->display, x11->rootwin); -- cgit v1.2.3