diff options
Diffstat (limited to 'src/protocols/CTMControl.hpp')
-rw-r--r-- | src/protocols/CTMControl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocols/CTMControl.hpp b/src/protocols/CTMControl.hpp index 08f1b0e8..70bc79bc 100644 --- a/src/protocols/CTMControl.hpp +++ b/src/protocols/CTMControl.hpp @@ -31,7 +31,7 @@ class CHyprlandCTMControlProtocol : public IWaylandProtocol { private: void destroyResource(CHyprlandCTMControlResource* resource); - void setCTM(SP<CMonitor> monitor, const Mat3x3& ctm); + void setCTM(PHLMONITOR monitor, const Mat3x3& ctm); // std::vector<SP<CHyprlandCTMControlResource>> m_vManagers; |