mirror of
https://github.com/brl/mutter.git
synced 2025-06-25 22:47:06 +00:00
35e0982e35bd98f6f318e4ef5342c21f5701c1ac

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.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%