fix(bar): multi screens

This commit is contained in:
Alex
2019-02-04 22:09:01 +01:00
parent 6fb25ade7e
commit 01cec9fcb7
3 changed files with 4 additions and 19 deletions

View File

@ -18,7 +18,7 @@ class Bar {
public:
Bar(const Client&, std::unique_ptr<struct wl_output *>&&, uint32_t);
Bar(const Bar&) = delete;
~Bar();
~Bar() = default;
auto toggle() -> void;