Searched refs:frontmost (Results 1 - 1 of 1) sorted by relevance

/haiku/src/servers/app/
H A DDesktop.cpp1129 become the frontmost window, though, as modal windows stay in front
1208 // we're already the frontmost window, we might just not have focus
1217 Window* frontmost = window->Frontmost(); local
1224 if (frontmost != NULL && frontmost->IsModal()) {
1230 for (Window* modal = frontmost; modal != NULL; modal = nextModal) {
1872 Window* frontmost = window->Frontmost(_Windows(i).FirstWindow(), i); local
1873 if (frontmost != NULL) {
1874 // check if the frontmost window is really in front of it
1877 if (next == frontmost)
[all...]

Completed in 91 milliseconds