renderer/cm: Add automatic hdr (#9785)
This commit is contained in:
parent
c7c8ca475b
commit
cf7e3aa448
5 changed files with 94 additions and 68 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue