parent
a3309b51a2
commit
0b215c5f24
9 changed files with 73 additions and 27 deletions
|
|
@ -29,12 +29,14 @@ class CPopup {
|
|||
|
||||
void recheckTree();
|
||||
|
||||
bool visible();
|
||||
|
||||
CWLSurface m_sWLSurface;
|
||||
|
||||
private:
|
||||
// T1 owners, each popup has to have one of these
|
||||
PHLWINDOWREF m_pWindowOwner;
|
||||
PHLLS m_pLayerOwner;
|
||||
PHLLSREF m_pLayerOwner;
|
||||
|
||||
// T2 owners
|
||||
CPopup* m_pParent = nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue