2074e4e146
We will at the moment want it guarded behind a setting. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3825>
16 lines
588 B
XML
16 lines
588 B
XML
<!DOCTYPE node PUBLIC
|
|
'-//freedesktop//DTD D-BUS Object Introspection 1.0//EN'
|
|
'http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd'>
|
|
<node>
|
|
|
|
<interface name="org.gnome.Mutter.DebugControl">
|
|
|
|
<property name="ColorManagementProtocol" type="b" access="readwrite" />
|
|
<property name="EnableHDR" type="b" access="readwrite" />
|
|
<property name="ForceLinearBlending" type="b" access="readwrite" />
|
|
<property name="LuminancePercentage" type="u" access="readwrite" />
|
|
<property name="SessionManagementProtocol" type="b" access="readwrite" />
|
|
|
|
</interface>
|
|
|
|
</node>
|