Fix broken build if tiling is disabled

remotes/origin/Plasma/5.0
Arthur Arlt 15 years ago
parent 5213c4aff6
commit e985201114
  1. 4
      workspace.cpp

@ -573,9 +573,9 @@ Client* Workspace::createClient(Window w, bool is_mapped)
return NULL;
}
addClient(c, Allowed);
#ifdef KWIN_BUILD_TILING
m_tiling->createTile(c);
#endif
return c;
}

Loading…
Cancel
Save