Upstream version 7.35.139.0
[platform/framework/web/crosswalk.git] / src / ui / views / widget / desktop_aura / desktop_screen_x11.cc
index 970d86c..2f84bbb 100644 (file)
@@ -139,7 +139,9 @@ DesktopScreenX11::DesktopScreenX11()
     base::MessagePumpX11::Current()->AddDispatcherForRootWindow(this);
     XRRSelectInput(xdisplay_,
                    x_root_window_,
-                   RRScreenChangeNotifyMask | RROutputChangeNotifyMask);
+                   RRScreenChangeNotifyMask |
+                   RROutputChangeNotifyMask |
+                   RRCrtcChangeNotifyMask);
 
     displays_ = BuildDisplaysFromXRandRInfo();
   } else {