| 428 | } |
| 429 | |
| 430 | void *XWindowsScreen::getEventTarget() const |
| 431 | { |
| 432 | return const_cast<XWindowsScreen *>(this); |
| 433 | } |
| 434 | |
| 435 | bool XWindowsScreen::getClipboard(ClipboardID id, IClipboard *clipboard) const |
| 436 | { |
nothing calls this directly
no outgoing calls
no test coverage detected