screencopy: support hw cursors while sharing with cursor

This commit is contained in:
Vaxry 2025-04-28 20:18:02 +01:00
parent f5c5cfa960
commit c505eb55ff
No known key found for this signature in database
GPG key ID: 665806380871D640
4 changed files with 10 additions and 31 deletions

View file

@ -96,9 +96,6 @@ class CScreencopyProtocol : public IWaylandProtocol {
std::vector<WP<CScreencopyFrame>> m_vFramesAwaitingWrite;
std::vector<SP<CScreencopyClient>> m_vClients;
SP<CEventLoopTimer> m_pSoftwareCursorTimer;
bool m_bTimerArmed = false;
void shareAllFrames(PHLMONITOR pMonitor);
void shareFrame(CScreencopyFrame* frame);
void sendFrameDamage(CScreencopyFrame* frame);