renderer/cm: Add automatic hdr (#9785)

This commit is contained in:
UjinT34 2025-06-23 15:33:09 +03:00 committed by GitHub
parent c7c8ca475b
commit cf7e3aa448
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 94 additions and 68 deletions

View file

@ -200,6 +200,7 @@ class CMonitor {
// methods
void onConnect(bool noRule);
void onDisconnect(bool destroy = false);
void applyCMType(eCMType cmType);
bool applyMonitorRule(SMonitorRule* pMonitorRule, bool force = false);
void addDamage(const pixman_region32_t* rg);
void addDamage(const CRegion& rg);