parent
0ddbd1c3a4
commit
fb91c2550f
2 changed files with 4 additions and 4 deletions
|
|
@ -41,6 +41,7 @@ class CPopup {
|
|||
|
||||
//
|
||||
SP<CWLSurface> m_pWLSurface;
|
||||
bool m_bMapped = false;
|
||||
|
||||
private:
|
||||
// T1 owners, each popup has to have one of these
|
||||
|
|
@ -57,8 +58,7 @@ class CPopup {
|
|||
|
||||
bool m_bRequestedReposition = false;
|
||||
|
||||
bool m_bInert = false;
|
||||
bool m_bMapped = false;
|
||||
bool m_bInert = false;
|
||||
|
||||
//
|
||||
std::vector<SP<CPopup>> m_vChildren;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue