mutter/src/backends/x11
Jasper St. Pierre 35e0982e35 xrandr: Port some checks to XCB so we don't have to deal with BadName
RandR's QueryOutputProperty request makes the incredible decision of
throwing a BadName if you pass a property that doesn't exist, which
means that trying to check if a property exists is a royal pain when
using Xlib.

XCB's interface is much more friendly about errors and not having global
state and things like that, so use that instead to query our backlight
property.
2014-08-19 11:08:44 -04:00
..
meta-backend-x11.c backend: Add a keymap-changed signal 2014-08-14 17:36:29 -04:00
meta-backend-x11.h x11: Add simple cursor renderer 2014-05-17 13:27:16 -04:00
meta-cursor-renderer-x11.c x11: Add simple cursor renderer 2014-05-17 13:27:16 -04:00
meta-cursor-renderer-x11.h x11: Add simple cursor renderer 2014-05-17 13:27:16 -04:00
meta-idle-monitor-xsync.c idle-monitor-xsync: Clean up includes 2014-04-23 13:27:11 -04:00
meta-idle-monitor-xsync.h backends: Start on an initial MetaBackend object 2014-04-21 20:25:21 -04:00
meta-monitor-manager-xrandr.c xrandr: Port some checks to XCB so we don't have to deal with BadName 2014-08-19 11:08:44 -04:00
meta-monitor-manager-xrandr.h monitor: Remove handle_xevent as a generic method 2014-04-23 12:15:12 -04:00