update m_output

This commit is contained in:
Jannik
2024-02-25 00:51:52 +01:00
parent 601af3de81
commit 16079eae09
2 changed files with 11 additions and 0 deletions

View File

@ -82,6 +82,7 @@ class Workspace {
void setVisible(bool value = true) { m_isVisible = value; };
void setWindows(uint value) { m_windows = value; };
void setName(std::string const& value) { m_name = value; };
void setOutput(std::string const& value) { m_output = value; };
bool containsWindow(WindowAddress const& addr) const { return m_windowMap.contains(addr); }
void insertWindow(WindowCreationPayload create_window_paylod);
std::string removeWindow(WindowAddress const& addr);