renderer: add "noscreenshare" layer rule (#11664)

This commit is contained in:
0xFMD 2025-09-22 14:26:14 +03:00 committed by GitHub
parent 45f007d412
commit 26f293523a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 27 additions and 2 deletions

View file

@ -48,6 +48,7 @@ class CLayerSurface {
bool m_ignoreAlpha = false;
float m_ignoreAlphaValue = 0.f;
bool m_dimAround = false;
bool m_noScreenShare = false;
int64_t m_order = 0;
bool m_aboveLockscreen = false;
bool m_aboveLockscreenInteractable = false;