subsurfaces: dont try to access popup surfaces when handling subsurface updates (#9421)

This commit is contained in:
nyx 2025-02-17 13:02:32 -05:00 committed by GitHub
parent 59c615c321
commit d01f9943e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 2 deletions

View file

@ -34,6 +34,7 @@ class CPopup {
void recheckTree();
bool visible();
bool inert() const;
// will also loop over this node
void breadthfirst(std::function<void(WP<CPopup>, void*)> fn, void* data);