Fix testServerSideDecoration
This commit is contained in:
parent
551b0dc7e0
commit
c42fc80d33
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ ServerSideDecorationInterfacePrivate::~ServerSideDecorationInterfacePrivate()
|
||||||
|
|
||||||
void ServerSideDecorationInterfacePrivate::setMode(ServerSideDecorationManagerInterface::Mode mode)
|
void ServerSideDecorationInterfacePrivate::setMode(ServerSideDecorationManagerInterface::Mode mode)
|
||||||
{
|
{
|
||||||
mode = mode;
|
this->mode = mode;
|
||||||
send_mode(modeWayland(mode));
|
send_mode(modeWayland(mode));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue