Some wayland cleanup
This commit is contained in:
parent
7ce29ce8ae
commit
25b1966c0e
10 changed files with 267 additions and 252 deletions
|
@ -11,10 +11,6 @@
|
|||
class WindowManager
|
||||
{
|
||||
|
||||
private:
|
||||
|
||||
std::vector<WindowUPtr> mWindows;
|
||||
|
||||
public:
|
||||
|
||||
WindowManager();
|
||||
|
@ -33,6 +29,8 @@ public:
|
|||
|
||||
void OnKeyboardEvent(const KeyboardEvent* event);
|
||||
|
||||
private:
|
||||
std::vector<WindowUPtr> mWindows;
|
||||
};
|
||||
|
||||
using WindowManagerUPtr = std::unique_ptr<WindowManager>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue