Handle withdrawn state

This commit is contained in:
Ximi1970
2021-01-07 21:09:30 +01:00
parent 7c5edf6a70
commit 350e6203f6
2 changed files with 9 additions and 4 deletions

View File

@@ -210,6 +210,14 @@ void WindowCtrlUnix::findWindows( qint64 pid )
if( wm_state_ptr != nullptr )
{
state = *reinterpret_cast<long *>( wm_state_ptr );
if( state == 0 )
{
state = -1;
Free( wm_state_ptr );
wm_state_ptr = nullptr;
}
}
#ifdef DEBUG_DISPLAY_ACTIONS_DETAILS

View File

@@ -282,10 +282,7 @@ void WindowCtrl::slotShowHide()
#ifdef Q_OS_UNIX
// skoksdkdsofsdvjsdvsdmvdsvmdopvmopsdvmsp
// updatePositions();
updatePositions();
#endif
/*