* Implemented private do_window_action() function, used by the Deskbar to bring
windows to front (or minimize them). * Desktop::ActivateWindow() no longer crashes in case the window to be activated is not on the current workspace - instead, it doesn't do anything at this point. IOW it doesn't handle workspace activation at all, yet. * Renamed ServerWindow::GetWindowLayer() to ServerWindow::Window(). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16550 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -33,11 +33,12 @@ enum {
|
||||
AS_REGISTER_INPUT_SERVER = 1,
|
||||
AS_GET_DESKTOP,
|
||||
|
||||
// Desktop definitions
|
||||
// Desktop definitions (through the ServerApp, though)
|
||||
AS_GET_WINDOW_LIST,
|
||||
AS_GET_WINDOW_INFO,
|
||||
AS_MINIMIZE_TEAM,
|
||||
AS_BRING_TEAM_TO_FRONT,
|
||||
AS_WINDOW_ACTION,
|
||||
|
||||
// Application definitions
|
||||
AS_CREATE_APP,
|
||||
|
||||
Reference in New Issue
Block a user