screencopy: support hw cursors while sharing with cursor
This commit is contained in:
parent
f5c5cfa960
commit
c505eb55ff
4 changed files with 10 additions and 31 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue