Initial implementation of active window
TODO: - Sometimes the active event arrives before the create, in which case the window is not activated. - The window title event also looks unreliable in some cases, will need to investigate
This commit is contained in:
@ -60,6 +60,7 @@ class Workspace {
|
||||
};
|
||||
void insertWindow(WindowCreationPayload create_window_paylod);
|
||||
void initializeWindowMap(const Json::Value& clients_data);
|
||||
void setActiveWindow(WindowAddress const& addr);
|
||||
|
||||
bool onWindowOpened(WindowCreationPayload const& create_window_paylod);
|
||||
std::optional<WindowRepr> closeWindow(WindowAddress const& addr);
|
||||
|
Reference in New Issue
Block a user