fix #141, dodge decoration

pull/1/head
Johan Smith Agudelo Rodriguez 8 years ago
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…
Cancel
Save