92
92
virtual bool hadSurface() const = 0; // whether this session ever had any surface (currently or in the past)
93
93
virtual bool hasClosingSurfaces() const = 0; // whether it has surfaces being forcibly closed
95
101
// For SessionManager use
97
103
virtual void addChildSession(SessionInterface* session) = 0;