core: fix on-empty workspace being called too often (#6026)
This commit is contained in:
parent
15072831cf
commit
33a7b7bb6b
5 changed files with 16 additions and 12 deletions
|
|
@ -164,7 +164,7 @@ class CCompositor {
|
|||
void closeWindow(PHLWINDOW);
|
||||
Vector2D parseWindowVectorArgsRelative(const std::string&, const Vector2D&);
|
||||
void forceReportSizesToWindowsOnWorkspace(const int&);
|
||||
PHLWORKSPACE createNewWorkspace(const int&, const int&, const std::string& name = ""); // will be deleted next frame if left empty and unfocused!
|
||||
PHLWORKSPACE createNewWorkspace(const int&, const int&, const std::string& name = "", bool isEmtpy = true); // will be deleted next frame if left empty and unfocused!
|
||||
void renameWorkspace(const int&, const std::string& name = "");
|
||||
void setActiveMonitor(CMonitor*);
|
||||
bool isWorkspaceSpecial(const int&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue