mirror of
https://github.com/KDE/latte-dock.git
synced 2025-02-07 13:57:40 +03:00
fix #141, dodge decoration
This commit is contained in:
parent
a13957e59b
commit
8ac85c53a6
@ -173,7 +173,7 @@ WindowInfoWrap XWindowInterface::requestInfo(WId wid) const
|
||||
winfoWrap.setIsMinimized(winfo.hasState(NET::Hidden));
|
||||
winfoWrap.setIsMaximized(winfo.hasState(NET::Max));
|
||||
winfoWrap.setIsFullscreen(winfo.hasState(NET::FullScreen));
|
||||
winfoWrap.setGeometry(winfo.geometry());
|
||||
winfoWrap.setGeometry(winfo.frameGeometry());
|
||||
} else if (m_desktopId == wid) {
|
||||
winfoWrap.setIsValid(true);
|
||||
winfoWrap.setIsPlasmaDesktop(true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user