XMapWindow(wrapperId()) -> m_wrapper.map()
This commit is contained in:
parent
ba7c5936fe
commit
4e5a44e23c
1 changed files with 1 additions and 1 deletions
|
@ -998,7 +998,7 @@ void Client::setShade(ShadeMode mode)
|
||||||
else
|
else
|
||||||
shade_below = NULL;
|
shade_below = NULL;
|
||||||
}
|
}
|
||||||
XMapWindow(display(), wrapperId());
|
m_wrapper.map();
|
||||||
m_client.map();
|
m_client.map();
|
||||||
exportMappingState(NormalState);
|
exportMappingState(NormalState);
|
||||||
if (isActive())
|
if (isActive())
|
||||||
|
|
Loading…
Reference in a new issue