From 1e04c474ab59a61faf8d033bf2b8c0fbaf1ce1a1 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 17 Aug 2014 15:38:47 +0200 Subject: x11: listen to xrandr events If the Xrandr configuration changes, re-read it. So if you change display modes or screen configuration, it will update the framedrop refresh rate accordingly. This passes the rootwin to XRRSelectInput(), which may or may not be allowed. But it works, and the documentation (which is worse than used toilet paper, great job Xorg) doesn't forbid it, or in fact say anything about what the window parameter is even used for. --- old-configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'old-configure') diff --git a/old-configure b/old-configure index b4b1f7cf2b..b32c9f0598 100755 --- a/old-configure +++ b/old-configure @@ -634,7 +634,7 @@ fi check_pkg_config "Xinerama" $_xinerama XINERAMA 'xinerama' -check_pkg_config "Xrandr" $_xrandr XRANDR 'xrandr' +check_pkg_config "Xrandr" $_xrandr XRANDR 'xrandr >= 1.2.0' check_pkg_config "CACA" $_caca CACA 'caca >= 0.99.beta18' -- cgit v1.2.3