Fix broken build if tiling is disabled
This commit is contained in:
parent
5213c4aff6
commit
e985201114
1 changed files with 2 additions and 2 deletions
|
@ -573,9 +573,9 @@ Client* Workspace::createClient(Window w, bool is_mapped)
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
addClient(c, Allowed);
|
addClient(c, Allowed);
|
||||||
|
#ifdef KWIN_BUILD_TILING
|
||||||
m_tiling->createTile(c);
|
m_tiling->createTile(c);
|
||||||
|
#endif
|
||||||
return c;
|
return c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue