ctm: disable fade animation by default on nvidia
Fixes #8891, the nvidia driver dies when we spam CTM too much.
This commit is contained in:
parent
cb211d83f6
commit
8c14c2a5f4
4 changed files with 34 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ class CHyprlandCTMControlProtocol : public IWaylandProtocol {
|
|||
void destroyResource(CHyprlandCTMControlResource* resource);
|
||||
|
||||
void setCTM(PHLMONITOR monitor, const Mat3x3& ctm);
|
||||
bool isCTMAnimationEnabled();
|
||||
|
||||
//
|
||||
std::vector<SP<CHyprlandCTMControlResource>> m_vManagers;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue