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

/haiku/headers/private/interface/
H A DWindowInfo.h30 int32 window_bottom; member in struct:window_info
/haiku/src/apps/autoraise/
H A DAutoRaiseIcon.cpp462 if ((wi->window_left > wi->window_right) || (wi->window_top > wi->window_bottom))
470 wi->window_left, wi->window_right, wi->window_top, wi->window_bottom,
476 && (((long)mouse.y) > wi->window_top) && (((long)mouse.y) < wi->window_bottom)) {
/haiku/src/apps/screenshot/
H A DScreenshot.cpp344 fUtility->activeWindowFrame.bottom = windowInfo->window_bottom;
/haiku/src/servers/app/
H A DServerWindow.cpp485 info.window_bottom = (int)floor(fWindow->Frame().bottom);

Completed in 43 milliseconds