removed NET::WM2WindowClass property

pull/1/head
Johan Smith Agudelo Rodriguez 8 years ago
parent 91f9ca280d
commit 8c1ac52ac1

@ -161,8 +161,7 @@ bool XWindowInterface::isOnCurrentDesktop(WId wid) const
WindowInfoWrap XWindowInterface::requestInfo(WId wid) const
{
const KWindowInfo winfo{wid, NET::WMFrameExtents | NET::WMWindowType | NET::WMGeometry | NET::WMState
, NET::WM2WindowClass};
const KWindowInfo winfo{wid, NET::WMFrameExtents | NET::WMWindowType | NET::WMGeometry | NET::WMState};
WindowInfoWrap winfoWrap;
if (!winfo.valid()) {

Loading…
Cancel
Save