| 449 | } |
| 450 | |
| 451 | void XWindowsScreen::getShape(int32_t &x, int32_t &y, int32_t &w, int32_t &h) const |
| 452 | { |
| 453 | x = m_x; |
| 454 | y = m_y; |
| 455 | w = m_w; |
| 456 | h = m_h; |
| 457 | } |
| 458 | |
| 459 | void XWindowsScreen::getCursorPos(int32_t &x, int32_t &y) const |
| 460 | { |
nothing calls this directly
no outgoing calls
no test coverage detected