From dad152b3f68e56c39deadee0f68429d15c5b55a9 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 3 Jan 2013 21:07:11 +0100 Subject: [PATCH] Removed broken RandR event selection. --- src/x11_window.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/x11_window.c b/src/x11_window.c index 81ac7bc3..e328f3b5 100644 --- a/src/x11_window.c +++ b/src/x11_window.c @@ -858,16 +858,6 @@ int _glfwPlatformCreateWindow(_GLFWwindow* window, if (!createWindow(window, wndconfig)) return GL_FALSE; -#if defined(_GLFW_HAS_XRANDR) - // Request screen change notifications - if (_glfw.x11.randr.available) - { - XRRSelectInput(_glfw.x11.display, - window->x11.handle, - RRScreenChangeNotifyMask); - } -#endif /*_GLFW_HAS_XRANDR*/ - if (wndconfig->monitor) { _glfwPlatformShowWindow(window);