parent
0e24f9c0d5
commit
f4b148df1e
7 changed files with 184 additions and 58 deletions
|
|
@ -1801,8 +1801,5 @@ void CWindow::deactivateGroupMembers() {
|
|||
}
|
||||
|
||||
bool CWindow::isNotResponding() {
|
||||
if (!m_pXDGSurface)
|
||||
return false;
|
||||
|
||||
return g_pANRManager->isNotResponding(m_pXDGSurface->owner.lock());
|
||||
return g_pANRManager->isNotResponding(m_pSelf.lock());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue