wayland/outputdevice: fix updating brightness overrides
This commit is contained in:
parent
6832aee3a2
commit
7dbdea3697
1 changed files with 2 additions and 0 deletions
|
@ -252,6 +252,7 @@ OutputDeviceV2Interface::OutputDeviceV2Interface(Display *display, Output *handl
|
||||||
connect(handle, &Output::autoRotationPolicyChanged, this, &OutputDeviceV2Interface::updateAutoRotate);
|
connect(handle, &Output::autoRotationPolicyChanged, this, &OutputDeviceV2Interface::updateAutoRotate);
|
||||||
connect(handle, &Output::iccProfileChanged, this, &OutputDeviceV2Interface::updateIccProfilePath);
|
connect(handle, &Output::iccProfileChanged, this, &OutputDeviceV2Interface::updateIccProfilePath);
|
||||||
connect(handle, &Output::brightnessMetadataChanged, this, &OutputDeviceV2Interface::updateBrightnessMetadata);
|
connect(handle, &Output::brightnessMetadataChanged, this, &OutputDeviceV2Interface::updateBrightnessMetadata);
|
||||||
|
connect(handle, &Output::brightnessMetadataChanged, this, &OutputDeviceV2Interface::updateBrightnessOverrides);
|
||||||
connect(handle, &Output::sdrGamutWidenessChanged, this, &OutputDeviceV2Interface::updateSdrGamutWideness);
|
connect(handle, &Output::sdrGamutWidenessChanged, this, &OutputDeviceV2Interface::updateSdrGamutWideness);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -309,6 +310,7 @@ void OutputDeviceV2InterfacePrivate::kde_output_device_v2_bind_resource(Resource
|
||||||
sendAutoRotationPolicy(resource);
|
sendAutoRotationPolicy(resource);
|
||||||
sendIccProfilePath(resource);
|
sendIccProfilePath(resource);
|
||||||
sendBrightnessMetadata(resource);
|
sendBrightnessMetadata(resource);
|
||||||
|
sendBrightnessOverrides(resource);
|
||||||
sendSdrGamutWideness(resource);
|
sendSdrGamutWideness(resource);
|
||||||
sendDone(resource);
|
sendDone(resource);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue