mirror of
https://github.com/KDE/latte-dock.git
synced 2025-01-01 01:17:51 +03:00
comment debug messages
This commit is contained in:
parent
964f2282f2
commit
71e291ccec
@ -796,13 +796,14 @@ void Windows::updateHints(Latte::View *view)
|
||||
|
||||
//! PASS 2
|
||||
if (foundActiveInCurScreen && !foundActiveTouchInCurScreen) {
|
||||
qDebug() << "Windows Array...";
|
||||
//! Second Pass to track also Child windows if needed
|
||||
/*qDebug() << "Windows Array...";
|
||||
for (const auto &winfo : m_windows) {
|
||||
qDebug() << " - " << winfo.wid() << " - " << winfo.display() << " parent : " << winfo.parentId();
|
||||
}
|
||||
qDebug() << " - - - - - ";
|
||||
*/
|
||||
|
||||
//! Second Pass to track also Child windows if needed
|
||||
WindowInfoWrap activeInfo = m_windows[activeWinId];
|
||||
WindowId mainWindowId = activeInfo.isChildWindow() ? activeInfo.parentId() : activeWinId;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user