XMapWindow(wrapperId()) -> m_wrapper.map()

This commit is contained in:
Martin Gräßlin 2013-09-10 07:47:28 +02:00
parent ba7c5936fe
commit 4e5a44e23c

View file

@ -998,7 +998,7 @@ void Client::setShade(ShadeMode mode)
else
shade_below = NULL;
}
XMapWindow(display(), wrapperId());
m_wrapper.map();
m_client.map();
exportMappingState(NormalState);
if (isActive())