Home
last modified time | relevance | path

Searched refs:firstWorkspace (Results 1 – 1 of 1) sorted by relevance

/haiku/src/servers/app/
H A DDesktop.cpp3288 int32 firstWorkspace = -1; in _ChangeWindowWorkspaces() local
3291 if (firstWorkspace != -1) { in _ChangeWindowWorkspaces()
3292 firstWorkspace = -1; in _ChangeWindowWorkspaces()
3295 firstWorkspace = i; in _ChangeWindowWorkspaces()
3298 if (firstWorkspace >= 0) in _ChangeWindowWorkspaces()
3299 window->Anchor(firstWorkspace).position = window->Frame().LeftTop(); in _ChangeWindowWorkspaces()