misc: Rename all instances of "emtpy" to "empty" (#7522)
This commit is contained in:
parent
28f6c2df59
commit
ca85455a8e
4 changed files with 10 additions and 10 deletions
|
|
@ -165,7 +165,7 @@ class CCompositor {
|
|||
Vector2D parseWindowVectorArgsRelative(const std::string&, const Vector2D&);
|
||||
void forceReportSizesToWindowsOnWorkspace(const WORKSPACEID&);
|
||||
PHLWORKSPACE createNewWorkspace(const WORKSPACEID&, const MONITORID&, const std::string& name = "",
|
||||
bool isEmtpy = true); // will be deleted next frame if left empty and unfocused!
|
||||
bool isEmpty = true); // will be deleted next frame if left empty and unfocused!
|
||||
void renameWorkspace(const WORKSPACEID&, const std::string& name = "");
|
||||
void setActiveMonitor(CMonitor*);
|
||||
bool isWorkspaceSpecial(const WORKSPACEID&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue