block surface feedback on window sharing

This commit is contained in:
vaxerski
2022-12-05 19:11:02 +00:00
parent 9c67e08dbd
commit da76a1ed9e
3 changed files with 7 additions and 3 deletions

View File

@@ -46,6 +46,7 @@ public:
void calculateUVForWindowSurface(CWindow*, wlr_surface*, bool main = false);
bool m_bWindowRequestedCursorHide = false;
bool m_bBlockSurfaceFeedback = false;
CWindow* m_pLastScanout = nullptr;
DAMAGETRACKINGMODES damageTrackingModeFromStr(const std::string&);